Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • 6 respostas
  • 1 tem este problema
  • 18 visualizações
  • Última resposta por MrAccident

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

Todas as respostas (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)

Modificado por cor-el a

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