📣 Help shape Firefox by joining our Test Days event on July 21–Aug 1 to test the Firefox Semantic History Search in Firefox Beta 142

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

How can I Enable/Disable an Add-on with a Hotkey?

  • 7 wotmołwy
  • 1 ma tutón problem
  • 98 napohladow
  • Poslednja wotmołwa wot NOWRANKHANORIN

more options

I want to Enable/Disable certain Add-on(s) with Hotkeys. Is there ANY way to do this? I've searched A LOT but couldn't find a solution.

I want to Enable/Disable certain Add-on(s) with Hotkeys. Is there ANY way to do this? I've searched A LOT but couldn't find a solution.

Wubrane rozrisanje

NVM, made a Hotkey by myself and it works!

Tutu wotmołwu w konteksće čitać 👍 0

Wšě wotmołwy (7)

more options

A hotkey (Control + Shift + A) opens the Add-ons Manager. As to turning on/off a specific add-on, only if it has that option.

Wot FredMcD změnjeny

more options

Wubrane rozrisanje

NVM, made a Hotkey by myself and it works!

more options

That was very good work. Well done.

more options

NOWRANKHANORIN said

NVM, made a Hotkey by myself and it works!

Would you care to share it with us  ?

more options

Happy112 said

NOWRANKHANORIN said
NVM, made a Hotkey by myself and it works!

Would you care to share it with us  ?

I used the AutoHotKey and made this:-

  • enable*

^!+\:: Send, ^+a Sleep, 500 Send, {Tab 4} Sleep, 200 Send, {Down 15} Sleep, 200 Send, {Tab 2}{Enter}{Tab 5}{Enter} Sleep, 500 Send, ^{f4} return

  • disable*

^!+]:: Send, ^+a Sleep, 500 Send, {Tab 4} Sleep, 200 Send, {Down 9} Sleep, 200 Send, {Tab 2}{Enter}{Tab 5}{Enter} Sleep, 500 Send, ^{f4} return

it'll most likely be different if you want to do it but pretty similar

more options

Thank you  !

This is what you used then  ?

https://www.autohotkey.com/

more options

Happy112 said

Thank you  ! This is what you used then  ? https://www.autohotkey.com/

Welcome! and Yeah :)

Wot NOWRANKHANORIN změnjeny