חיפוש בתמיכה

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

Can I asign the left and right errow keys to this extention - instead of 1 and 2?

  • 6 תגובות
  • 1 has this problem
  • 18 views
  • תגובה אחרונה מאת MrAccident

more options
https://addons.mozilla.org/en-US/firefox/addon/single-key-tab-switch/ - Single Key Tab Switch

כל התגובות (6)

more options

I see this on its extension's page

To configure key bindings, enter about:config in your address bar, and search for the following properties: extensions.skts.prevTabKey extensions.skts.nextTabKey These properties should be set to ONE character only - the character for the key that should trigger the tab switch. Default settings: extensions.skts.prevTabKey=1 extensions.skts.nextTabKey=2

So you need to locate and modify these two prefs.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

The SKTS extension only supports a single key for these actions, so you can't use virtual keys like the cursor keys.

  • chrome://skts/content/skts.js
    if (key === skts.prevTabKey.charCodeAt(0)){}
    else if (key === skts.nextTabKey.charCodeAt(0)){}
more options

Sorry, I forgot to ask - how to specify those keys in computer terms - is what I meant. I didn't understand why can't I use them; these are single keys; and what does "virtual" mean?

more options

You can only use un-shifted key from the keyboard.

See this about virtual key codes:

(edit: fixed link)

השתנתה ב־ על־ידי cor-el

more options

You could use 4 and 6 on the numeric key pad with num lock enabled.

more options

I was going to use them without shift or any other moderating key. I don't have the num keys. :-)