I’m trying to make a gesture that reads the following key and uses that when it sends the keys – I know this needs ifGesture and the time machine bit, but I’m not sure how to do it.
What I want: I type Fn-h <letter> and this sends `ctrl-alt-cmd-’.
The documentation isn’t clear to me how I tell my UHK to do all three modifiers at once, and how to read in that unknown next key and send it.
(I’m trying to use the macOS Hammerspoon tool, and want it to respond to keyboard shortcuts – and it’s hard to find something that nothing else will use, and that is also not hard to type. One suggestion from their documentation uses the above ctrl-alt-cmd – or, I guess, ctrl-option-cmd if we’re using macOS language – and I want to try that, but configure multiple shortcuts in Hammerspoon while using just one prefix/gesture in my UHK.)
Thanks!