Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Firefox Copy Link shortcut L to A

  • 4 réponses
  • 0 a ce problème
  • 37 vues
  • Dernière réponse par 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

Solution choisie

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.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (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/

Cela vous a-t-il été utile ?

more options

Solution choisie

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.

Cela vous a-t-il été utile ?

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

Modifié le par Brian_30@IRQ

Cela vous a-t-il été utile ?

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).

Cela vous a-t-il été utile ?

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.