Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

Firefox Copy Link shortcut L to A

  • 4 wotmołwy
  • 0 ma tutón problem
  • 1 napohlad
  • Poslednja wotmołwa wot cor-el

more options

Hello,

After FireFox 80, the shortcut key of "Copy Link" and "Copy Email Address" was changed to L from A. This is really inconvenient for most right-hand users..

a> I posted a link 2 years ago below. But it is not working in the latest Firefox 120 under Windows 10. https://support.mozilla.org/en-US/questions/1333526

b> I believe a lot of users are looking for this answer like this one below. https://support.mozilla.org/bm/questions/1334749

c> Yes, thanks to this add-on which will add an extra link with shortcut key A, but it shows 2 duplicated links. https://addons.mozilla.org/en-US/firefox/addon/copy-link-address-a/

Anyone know how to change the L to A natively? I prefer the same way as a>, or post an add-on like c> but to change existing L to A, not add an extra link.

Thank you so much! Brian

Hello, After FireFox 80, the shortcut key of "Copy Link" and "Copy Email Address" was changed to L from A. This is really inconvenient for most right-hand users.. a> I posted a link 2 years ago below. But it is not working in the latest Firefox 120 under Windows 10. https://support.mozilla.org/en-US/questions/1333526 b> I believe a lot of users are looking for this answer like this one below. https://support.mozilla.org/bm/questions/1334749 c> Yes, thanks to this add-on which will add an extra link with shortcut key A, but it shows 2 duplicated links. https://addons.mozilla.org/en-US/firefox/addon/copy-link-address-a/ Anyone know how to change the L to A natively? I prefer the same way as a>, or post an add-on like c> but to change existing L to A, not add an extra link. Thank you so much! Brian

Wubrane rozrisanje

That is a problem with the resource://gre/modules/Services.jsm file that no longer exists. I've updated the code and it should be working again.

Tutu wotmołwu w konteksće čitać 👍 1

Wšě wotmołwy (4)

more options

By the way, this add-on is pretty good for common links, but it will copy email link as mailto:test@email.com. It would better to remove mailto: automatically. https://addons.mozilla.org/en-US/firefox/addon/copy-link-address-a/

more options

Wubrane rozrisanje

That is a problem with the resource://gre/modules/Services.jsm file that no longer exists. I've updated the code and it should be working again.

more options

cor-el said

That is a problem with the resource://gre/modules/Services.jsm file that no longer exists. I've updated the code and it should be working again.


Hello,

I fixed this issue already.

The file name is incorrect in autoconfig.js.

Again, here is the correct one. Hope this post helps others who see this post.

// first line is a comment line pref("general.config.filename", "autoconfig.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);

Thank you so much! Brian


Hello,

Thank you for your reply!

I tried the new version, but it generates another error of "Failed to read the configuration file. Please contact your system administrator.". It is exactly the same issue as below. https://support.mozilla.org/en-US/questions/1193032

Is there any way to resolve it, please?

Thank you so much! Brian

Wot Brian_30@IRQ změnjeny

more options

The code works for me, so there is something wrong with the autoconfig.cfg file. You can check the Browser Console (Ctrl+Shift+J) for more info about what is wrong.

Make sure that autoconfig.cfg is a CFG file and not a TXT file with a hidden .txt file extension appended (autoconfig.cfg.txt).