koekeishiya / skhd

Simple hotkey daemon for macOS
MIT License
6.05k stars 204 forks source link

send key without without being interpreted by skhd #359

Open GrimalDev opened 2 months ago

GrimalDev commented 2 months ago

Hello everyone,

I have been using skhd for a while now, and it is the most stable and customisable way of handling key mapping on macos. However, there is a usecase, where I don't seen to be able to get my way around. It is remapping to another key mapping used by skhd. For exemple, the case, where you want to invert to existing mappings. "cmd - q" -> "cmd - w" and "cmd - w" -> "cmd -q" // If you would hit cmd - q skhd would eventualy interprete it as cmd -q (And in the way it works now, it is totally normal) No matter how weird this usecase is (because it has no purpose in itself), I get the problem when applied on other more complex problems. The goal of this post is to ask if anyone has encountered the problem and found solutions that always works. So far known solutions:

Thanks all in advance for the help/brainstorming