aboutsummaryrefslogtreecommitdiffstats
path: root/Xmodmap/Xmodmap.org
blob: 4c8b12ec962e6bba02cf04919706c2c868043784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Turn the mouse into a left-handed one (switch the left and right
buttons).

#+BEGIN_SRC fundamental
  pointer = 3 2 1
#+END_SRC

Turn the right Alt (AltGr) into a regular Alt.

#+BEGIN_SRC fundamental
  remove Mod5 = ISO_Level3_Shift
  keycode 108 = Alt_L
  add Mod1 = Alt_L
#+END_SRC