diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-12-28 20:02:39 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-12-28 20:02:39 -0500 |
commit | 7200c02827587151f3b78bafee3f725050d545e2 (patch) | |
tree | 5d641c08bae4fbc12a7869ff95eb7d341d5ebfd4 /dot_config/xkb/keycodes/sunt6fix | |
parent | Merge remote-tracking branch 'origin' (diff) |
move xkb config to XDG_CONFIG_HOME
Diffstat (limited to 'dot_config/xkb/keycodes/sunt6fix')
-rw-r--r-- | dot_config/xkb/keycodes/sunt6fix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/xkb/keycodes/sunt6fix b/dot_config/xkb/keycodes/sunt6fix new file mode 100644 index 0000000..e599b3c --- /dev/null +++ b/dot_config/xkb/keycodes/sunt6fix @@ -0,0 +1,4 @@ +xkb_keycodes { + <PGUP> = 86; + <PGDN> = 104; +}; |