Open martikyan opened 1 year ago
I was unable to map cmd + function key on my Razer keyboard. Here's the skhd -o output
skhd -o
When pressed cmd keycode: 0x37 flags: 000000000001000000000001000010000 When pressed cmd + F4 keycode: 0x76 flags: 00000000100100000000000100001000
keycode: 0x37 flags: 000000000001000000000001000010000
keycode: 0x76 flags: 00000000100100000000000100001000
In the .skhdrc I have this line that opens the terminal, and it works on Mac's keyboard.
.skhdrc
# open Terminal cmd - 0xB1 : open -a Terminal
So when I add another line to open the terminal using my external keyboard, it just doesn't work, even after restarting the service
skhd -k "cmd + d" doesn't work but skhd -k "shift + alt - 7" work skhd -k 0x37 0x02 doesn't work but skhd -k 0x37 work and skhd -k 0x02 work
My goal being to do CMD+D in iterm2 using skhd
I was unable to map cmd + function key on my Razer keyboard. Here's the
skhd -o
outputWhen pressed cmd
keycode: 0x37 flags: 000000000001000000000001000010000
When pressed cmd + F4keycode: 0x76 flags: 00000000100100000000000100001000
In the
.skhdrc
I have this line that opens the terminal, and it works on Mac's keyboard.So when I add another line to open the terminal using my external keyboard, it just doesn't work, even after restarting the service