mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Hotkey daemon alternatives that are not AHK? #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kvnxiao on GitHub (Apr 16, 2022).
I use my Windows machine to develop personal hobby projects as well as for a bunch of different multiplayer games, most of which have an anti-cheat that considers AHK as a macro application which can be a bannable offense.
Does anyone know if there exists any hotkey daemons similar to sxhkd / skhd for Windows?
@LGUG2Z commented on GitHub (Apr 16, 2022):
https://github.com/HikariKnight/hotkeyD looks like a solid alternative to AHK for handling keybindings. You could use this in combination with a PowerShell script which calls the
komorebicconfiguration commands that only run once and never have to have AHK running at all!@tgharib commented on GitHub (May 29, 2022):
Another option: you can use kmonad to bind keys to execute commands
@LGUG2Z commented on GitHub (Nov 9, 2022):
https://github.com/gladiator/komorebik Somebody recently shared this on the Discord. It's a great starting point for anyone who would like to write their own hotkey handler!