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

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

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.

Chosen solution

NVM, made a Hotkey by myself and it works!

Read this answer in context 👍 0

All Replies (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.

Modified by FredMcD

more options

Chosen Solution

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

Modified by NOWRANKHANORIN