forked from jetm/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.apple_keys
55 lines (44 loc) · 1.13 KB
/
.apple_keys
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
! xev | sed -n 's/^.*keycode *\([0-9]\+\).*$/keycode \1 = /p'
!
! -----------------
! left side
! -----------------
! Ctrl command key
keycode 37 = Control_L NoSymbol Control_L
! Super command Key
keycode 64 = Super_L NoSymbol Super_L
! Alt command key
keycode 133 = Alt_L Meta_L Alt_L Meta_L
! -------------------
! right side
! -------------------
! Alt command key
!keycode 134 = Alt_R Meta_R
keycode 134 = Super_R NoSymbol Super_R
! Super command Key
keycode 108 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift
! Ctrl command key
keycode 105 = Control_R NoSymbol Control_R
! -------------------
! Insert + Scroll_Lock + PrintScr
! -------------------
keycode 191 = Insert
keycode 192 = Scroll_Lock
keycode 101 = XF86MonBrightnessDown
keycode 212 = XF86MonBrightnessUp
keycode 204 = XF86Eject
clear Shift
clear Lock
clear Control
clear Mod1
clear Mod2
clear Mod3
clear Mod4
clear Mod5
add Shift = Shift_L Shift_R
add Lock = Caps_Lock
add Control = Control_L Control_R
add Mod1 = Alt_L Meta_L Alt_R Meta_R
add Mod2 = Num_Lock
add Mod4 = Super_L Super_R
add Mod5 = Mode_switch ISO_Level3_Shift ISO_Level3_Shift ISO_Level3_Shift