keithamus / jwerty

⌨ Awesome handling of keyboard events
http://keithamus.github.io/jwerty
Other
1.21k stars 109 forks source link

document using + sign #69

Closed btopro closed 8 years ago

btopro commented 8 years ago

is it possible to use + as the trigger key or not because it's a special glue character for jwerty commands?

Trying to do something like this ctrl+shift++

keithamus commented 8 years ago

You can use the literal word plus, as in: ctrl+shift+plus - but there is specific code to make ctrl+shift++ work also, so both forms should work.

btopro commented 8 years ago

cool. Might want to add that to the readme / docs though as it's not mentioned anywhere I can find http://keithamus.github.io/jwerty/

keithamus commented 8 years ago

Great idea! How would you like to send a PR to correct the docs?

btopro commented 8 years ago

PR open