mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix on Linux
This commit is contained in:
parent
87c237684b
commit
c4125a4626
8 changed files with 41 additions and 63 deletions
14
platforms/linux/etc/keyd/default.conf
Normal file
14
platforms/linux/etc/keyd/default.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# /etc/keyd/default.conf
|
||||
|
||||
[ids]
|
||||
|
||||
*
|
||||
|
||||
[main]
|
||||
|
||||
# Maps capslock to escape when pressed and control when held.
|
||||
capslock= overload(control, esc)
|
||||
enter= overload(control, enter)
|
||||
backspace= \
|
||||
\= backspace
|
||||
tab=overload(alt, tab)
|
||||
Loading…
Add table
Add a link
Reference in a new issue