I have a hyper modifier key defined (as cmd+opt+ctrl+shift) and mapped to 'esc', as in this article:
http://larryhynes.net/2015/02/switching-from-slate-to-hammerspoon.html
I'd like to be able to use other modifier keys with hyper, (e.g. hyper+cmd+j) which is tricky since cmd is already part of the hyper key combination.
One way of doing this would be to use right cmd in the hyper key combination (r_cmd+opt+ctrl+shift), and then check whether left cmd was also held down.
The problem is that the hotkey module (and the carbon APIs it is based on) don't seem to distinguish between left and right cmd. Is there a way of doing so?