hyprswitch icon indicating copy to clipboard operation
hyprswitch copied to clipboard

bug: close: mod-key-release does not work with kanata

Open Keyruu opened this issue 9 months ago • 1 comments

Awesome tool and exactly what I was looking for, but the mod-key-release doesn't work with homerow mods defined with kanata. The normal alt key works perfectly fine. Is there a way to fix this? Kanata is a cross-platform software keyboard remapper for Linux, macOS and Windows. https://github.com/jtroo/kanata

Keyruu avatar Mar 22 '25 10:03 Keyruu

You can try this key bind to check if pressing and releasing the super key works

bind = super, super_l, exec, notify-send test press
bindrt = super, super_l, exec, notify-send test release

H3rmt avatar Mar 28 '25 10:03 H3rmt

the bindrt is (as far as i am concerned) an undocumented workaround for receiving the event for releasing a key that activated the submap

H3rmt avatar Jun 11 '25 00:06 H3rmt