mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
15 lines
309 B
YAML
15 lines
309 B
YAML
# xremap configuration
|
|
# https://github.com/xremap/xremap
|
|
#
|
|
# Dual-function Caps Lock:
|
|
# - Tap: Escape (great for vim mode)
|
|
# - Hold: Ctrl (reduces pinky strain)
|
|
|
|
modmap:
|
|
- name: Caps Lock to Ctrl/Escape
|
|
remap:
|
|
CapsLock:
|
|
held: leftctrl
|
|
alone: esc
|
|
alone_timeout_millis: 200
|