KeyD: Add linux remap demon config
This commit is contained in:
parent
02362d717f
commit
c826f891d4
2 changed files with 22 additions and 0 deletions
4
keyd/README.md
Normal file
4
keyd/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Демон ремапинга в линухе
|
||||||
|
- [repo](https://github.com/rvaiya/keyd)
|
||||||
|
# HowTo
|
||||||
|
Надо скачать, запустить демон по инструкции в репо, затем в файл `/etc/keyd/default.conf` добавить то, что есть в файле в этой папке.
|
||||||
18
keyd/default.conf
Normal file
18
keyd/default.conf
Normal 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
|
||||||
Loading…
Reference in a new issue