Page 1 of 1

Ctrl + key combinations

Posted: Tue Oct 03, 2017 7:15 pm
by wenric
When going from site to site, the two most common choices I find myself using are:
"Allow all this page" and "Temporarily allow all this page"

A key combination would allow users to make these two selections very quickly. Not only would this save time in general, but some pages redirect you or change too fast to make these choices using a mouse or touch pad.

I hope this wouldn't take much to implement, but having it would save allot of time and make the repetitiveness less tedious.

Thank you for considering this addition,

wenric

Re: Ctrl + key combinations

Posted: Tue Oct 03, 2017 7:17 pm
by barbaz
already implemented
https://noscript.net/faq#qa3_11
about:config > noscript.keys.tempAllowPage

Re: Ctrl + key combinations

Posted: Tue Oct 03, 2017 8:29 pm
by wenric
Thanks for your reply, good to know it's already implemented.

Unfortunately, I simply don't know enough about this topic and what you sent me went right over my head... VK_DEAD_DIAERESIS ???

If I had known there was a solution, I would have just asked:
What are the key combinations for "Allow all this page" and "Temporarily allow all this page"

I understand it can be different for some computers, but would someone please tell me what they use for these two key-combos.

Going forward I'll learn everything I can regarding the about:config feature.

Thank you again

Re: Ctrl + key combinations

Posted: Tue Oct 03, 2017 8:48 pm
by barbaz
There is no default key combination. You have to set one.

For example, if you want to use Ctrl-Shift-T -
1) go to about:config
2) where it says "Search", type noscript.keys
3) right-click "noscript.keys.tempAllowPage", click Modify, and put in

Code: Select all

ctrl shift T
4) You're done. Enjoy your keyboard shortcut.

Does that help?