dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

support key combos with 'click' #93

Open ginna-baker opened 9 years ago

ginna-baker commented 9 years ago

Many programs support hybrid combos where the combination of a key and a mouse click causes a function to fire. For example, Option+click is a common 'copy' shortcut.

dmauro commented 9 years ago

This isn't a bad idea, but it might be out of scope for this project. Leaving it up in case I change my mind. Feel free to chime in with support if you're interested.