This commit is contained in:
2025-03-19 01:00:03 +01:00
parent a614aedb5d
commit e05e9929ae
79 changed files with 2761 additions and 1 deletions

26
.config/xremap/config.yml Normal file
View File

@@ -0,0 +1,26 @@
modmap:
- name: CapsLock to LeftCtrl/Esc
remap:
CapsLock:
held: leftctrl
alone: esc
alone_timeout_millis: 150
keymap:
- name: Alt+hjkl to Arrows
remap:
# Alt-H: Alt+left #back
Alt-h: left
Alt-l: right
Alt-j: down
Alt-k: up
Alt-u: pageup
Alt-d: pagedown
# keymap:
# - name: Freetube remap
# application:
# only: FreeTube
# remap:
# Alt-h: Left
# Alt-l: Right
# Alt-j: Down
# Alt-k: Up