blob: b4ab7b218baaa859c3e1c89cece283dcdd072a5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
clear lock
clear mod1
clear control
! Set key left of spacebar to control
keycode 64 = Control_L
add control = Control_L
! Set key right of spacebar to alt
keycode 108 = Alt_L
add mod1 = Alt_L
! Set caps lock to search
keycode 66 = XF86Search
|