Page 1 of 1

Command keys?

Posted: Fri Mar 28, 2014 12:33 am
by Schmye Bubbula
I would have thought this asked before now, but a search on "command key" came up nil, so here goes:
Could we get some command keys? (User-configurable, hopefully.)
Especially for Temporarily allow all this page.

Re: Command keys?

Posted: Fri Mar 28, 2014 1:39 am
by barbaz
http://noscript.net/faq#qa3_11
Schmye Bubbula wrote:Temporarily allow all this page.
about:config -> noscript.keys.tempAllowPage

Re: Command keys?

Posted: Fri Mar 28, 2014 1:45 am
by Schmye Bubbula
Thanks, barbaz!

Re: Command keys?

Posted: Tue Apr 01, 2014 2:20 am
by Schmye Bubbula
I got it working, but I don't understand the virtual keycodes — what's the difference between crtl shift A and crtl shift VK_A.| ?

Re: Command keys?

Posted: Thu Sep 25, 2014 11:06 pm
by Apu
If I put

Code: Select all

ctrl alt VK_A.|
or without

Code: Select all

.|
it doesn't work, only

Code: Select all

ctrl alt A
works. Also, I don't like that VK_BACKSLASH is used as it doesn't seem I can type this with i.e. a German keyboard where you need another modifier (ALT_GR) to type backslash.

Besides, it seems there is a bug. If I add a key for noscript.keys.revokeTemp it will work until I restart firefox. Then it doesn't work anymore.