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

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

special charicter for add-on shortcuts

  • 1 תגובה
  • 0 have this problem
  • 8 views
  • תגובה אחרונה מאת 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.

כל התגובות (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.