KeyD: Add linux remap demon config

This commit is contained in:
t0xa 2025-12-08 08:36:30 +03:00
parent 02362d717f
commit c826f891d4
2 changed files with 22 additions and 0 deletions

4
keyd/README.md Normal file
View file

@ -0,0 +1,4 @@
# Демон ремапинга в линухе
- [repo](https://github.com/rvaiya/keyd)
# HowTo
Надо скачать, запустить демон по инструкции в репо, затем в файл `/etc/keyd/default.conf` добавить то, что есть в файле в этой папке.

18
keyd/default.conf Normal file
View file

@ -0,0 +1,18 @@
[ids]
*
[main]
# Maps capslock to escape when pressed and control when held.
capslock = overload(control, esc)
# Remaps the escape key to capslock
esc = capslock
[alt]
j = down
k = up
h = left
l = right