Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

special charicter for add-on shortcuts

  • 1 reply
  • 0 have this problem
  • 8 views
  • Last reply by TyDraniu

more options

I want to set a keyword shortcut using special characters. Here's an example command+option+\. I've tried adding the shortcut for activating 1password. However, when I try to add it, I get the error message "Type a letter". This exact same shortcut was working before I had updated the app.

I want to set a keyword shortcut using special characters. Here's an example command+option+\. I've tried adding the shortcut for activating 1password. However, when I try to add it, I get the error message "Type a letter". This exact same shortcut was working before I had updated the app.

All Replies (1)

more options

Here's a list of allowed keys: https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/shortcuts.js#84

   "0" - "9",
   "A" - "Z",
   F1 - F19,
   "MediaNextTrack", "MediaPlayPause", "MediaPrevTrack", "MediaStop",
   "Up",  "Down", "Left",  "Right",
   "Comma", "Period",
   "Space",
   "Home", "End",
   "PageUp", "PageDown",
   "Insert",  "Delete"

You can't use anything else without recompiling Firefox.