Debugging A Failing Hotkey

from blog Laurence Tratt: Blog, | ↗ original
On Sunday I tried using On Sunday I tried using hkhk, but it wasn’t working. That surprised me, because hk is a very simple program that allows one to set temporary hotkeys — and a program I use many times a day. Here’s a toy example of hk:, but it wasn’t working. That surprised me, because hk is a very simple program that allows one to set temporary hotkeys — and a program I use many times a day. Here’s a toy example of hk: hkhk Ctrl+Shift+F8 echo Hello Ctrl+Shift+F8 echo Hello hk waits until Ctrl+Shift+F8 is pressed — when it is, hk executes the command (which prints “hello”) and then exits.hk waits until Ctrl+Shift+F8 is pressed — when it is, hk executes the command (which prints “hello”) and then exits. I use hk in...I use hk in...