Replies: 2 comments 2 replies
-
You could solve this with xkb configuration, from a quick search I found this reddit comment and this blog post, put the xkb file somewhere and include it with the config: input {
keyboard {
xkb {
file "~/.config/keymap.xkb"
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
I thought there was a discussion already but I guess no. But yeah, there's no niri way to bind by key code atm |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently binding shortcuts to a small macropad which uses F13-F21 keys. My issue is that these keys are marked as
sym: NoSymbol
so i don't think I can use them as keybindings in niri?wev
output:it would be nice to be able to map these by the
key
property directlyBeta Was this translation helpful? Give feedback.
All reactions