armerpunkt
armerpunkt
You have to put in the non-shiffted character. So `Mod+Shift+Colon { show-hotkey-overlay; }` should work.
> Is there a way to bind the copy paste binds to only Mod? Like Mod+C Mod+V I'm not really sure what's going on or what you're trying to do,...
Does it happen in other compositors? Like KDE, Hyperland, Cosmic?
Testing it out it seems that ones bound to letters are still working for me using the default keybinds. For example, `Mod+H { focus-column-left; }` still works under the Hebrew...
Ah, yeah, Q and W appear to be changed to Slash and Apostrophe in the Hebrew layout. So `Mod+Slash repeat=false { close-window; }` and `Mod+Apostrophe { focus-window-up; }` should work.
All the ones bound to letters still work, though. It's only the punctuation causing problems.
I haven't had it happen since the event_based_multipurpose fix (I should perhaps clarify that I meant when using capslocks configured for escape on tap and command on hold). But I...
Can you check if this solves the issue: https://github.com/YaLTeR/niri/issues/1962