Init
This commit is contained in:
26
.config/xremap/config.yml
Normal file
26
.config/xremap/config.yml
Normal 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
|
Reference in New Issue
Block a user