mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
0cc9ea310b
commit
ec73a87334
10 changed files with 898 additions and 279 deletions
|
|
@ -1,14 +1,49 @@
|
|||
# /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)
|
||||
# Maps capslock to escape when pressed and control when held. tab=overload(lt1, tab) # backspace=\
|
||||
# \=backspace
|
||||
# backspace=\
|
||||
# capslock=overload(ctrl,esc)
|
||||
capslock = overload(control, esc)
|
||||
tab = overload(lt2, tab)
|
||||
space = overload(lt1, space)
|
||||
insert = S-insert
|
||||
|
||||
[lt1]
|
||||
h = left
|
||||
n = down
|
||||
e = up
|
||||
i = right
|
||||
1 = f1
|
||||
2 = f2
|
||||
3 = f3
|
||||
4 = f4
|
||||
5 = f5
|
||||
6 = f6
|
||||
7 = f7
|
||||
8 = f8
|
||||
9 = f9
|
||||
0 = f10
|
||||
- = f11
|
||||
= = f12
|
||||
k = home
|
||||
o = end
|
||||
[ = pageup
|
||||
] = pagedown
|
||||
q = ~
|
||||
w = |
|
||||
f = &
|
||||
p = ^
|
||||
/ = ¿
|
||||
|
||||
[lt2]
|
||||
space = playpause
|
||||
h = previoussong
|
||||
i = nextsong
|
||||
n = volumedown
|
||||
e = volumeup
|
||||
k = mute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue