default.conf
· 382 B · Text
Surowy
[ids]
*
[main]
# /etc/keyd/default.conf
# Maps capslock to escape when pressed and control when held.
#capslock = overload(control, esc)
# Remaps the escape key to capslock
#esc = capslock
brightnessdown = f1
brightnessup = f2
scale = f3
dashboard = f4
kbdillumdown = f5
kbdillumup = f6
previoussong = f7
playpause = f8
nextsong = f9
mute = f10
volumedown = f11
volumeup = f12
| 1 | [ids] |
| 2 | |
| 3 | * |
| 4 | |
| 5 | [main] |
| 6 | |
| 7 | # /etc/keyd/default.conf |
| 8 | # Maps capslock to escape when pressed and control when held. |
| 9 | #capslock = overload(control, esc) |
| 10 | |
| 11 | # Remaps the escape key to capslock |
| 12 | #esc = capslock |
| 13 | |
| 14 | brightnessdown = f1 |
| 15 | brightnessup = f2 |
| 16 | scale = f3 |
| 17 | dashboard = f4 |
| 18 | kbdillumdown = f5 |
| 19 | kbdillumup = f6 |
| 20 | previoussong = f7 |
| 21 | playpause = f8 |
| 22 | nextsong = f9 |
| 23 | mute = f10 |
| 24 | volumedown = f11 |
| 25 | volumeup = f12 |
| 26 |