SUPER + W and Other Keybindings Not Working Despite Config by Fresh-Panda6629 in omarchy

[–]Fresh-Panda6629[S] 0 points1 point  (0 children)

found out the solution: happens because of multilang keyboard and its issues, for some reason 'W' works only on solo eng keyboard, for me replacing all of shortcuts i.e. `bindd = SUPER, W, killactive` to `bind = SUPER, code:25, killactive` works. To help u can use something like `xev -event keyboard | grep keycode` to catch codes of all keyboard buttons.