keymaster icon indicating copy to clipboard operation
keymaster copied to clipboard

Plus sign

Open Jonovono opened this issue 10 years ago • 3 comments

Say I want to make a command like key('ctrl++'). Is this possible?

(So the user has to press ctrl and the plus sign). So for me that is holding ctrl and shift and =

Jonovono avatar Sep 10 '13 02:09 Jonovono

I have the same problem. Can we override the Ctrl+plus?

phanhongphucit avatar Feb 24 '14 04:02 phanhongphucit

What you probably really want is:

key( "⌘+=", function( event ) { });

It's the equals key, only plus when shift is depressed :)

albell avatar Oct 23 '15 18:10 albell

That solution relies heavily on the actual keyboard layout. Not all keyboard layouts have the + above the =.

plindelauf avatar Jun 24 '20 09:06 plindelauf