forked from kdeldycke/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Xmodmap
More file actions
24 lines (22 loc) · 729 Bytes
/
.Xmodmap
File metadata and controls
24 lines (22 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
! --- Reverse Scrolling
!pointer = 1 2 3 5 4 6 7 8 9 10 11 12 13 14 15
! --- Natural Scrolling
pointer = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
! Remove non-breakable spaces
! See: http://dhauweele.blogspot.fr/2013/03/get-rid-of-that-non-breaking-space.html
keycode 65 = space space space space space space space space
! --- Remove Cmd keys
! Remaps the keys (reading left-to-right):
! -FROM-
! Fn Control_L Alt_L Super_L Space Super_R Alt_R
! -TO-
! Fn Control_L Alt_L Alt_L Space Alt_R Alt_R
!
keycode 133 = Alt_L Meta_L Alt_L Meta_L
keycode 134 = ISO_Level3_Shift
clear Mod1
clear Mod4
clear Mod5
add Mod1 = Alt_L Alt_R Meta_L
add Mod4 = Super_L Super_R Super_L Hyper_L
add Mod5 = ISO_Level3_Shift Mode_switch