aboutsummaryrefslogtreecommitdiffstats
path: root/Xmodmap/Xmodmap.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-04-02 20:22:36 -0700
committerGravatar Tom Willemse2017-04-02 20:26:21 -0700
commit05fd4916c88a8b63cdcd1ca90ca0c610eb6aeb53 (patch)
tree563a10d40403b6e638094813753bb3991e797e0a /Xmodmap/Xmodmap.org
parent0658e1b2dc5817b42781caf8417e83e5e4ed4307 (diff)
downloadnew-dotfiles-05fd4916c88a8b63cdcd1ca90ca0c610eb6aeb53.tar.gz
new-dotfiles-05fd4916c88a8b63cdcd1ca90ca0c610eb6aeb53.zip
Build Xmodmap from top-level Makefile
Diffstat (limited to 'Xmodmap/Xmodmap.org')
-rw-r--r--Xmodmap/Xmodmap.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/Xmodmap/Xmodmap.org b/Xmodmap/Xmodmap.org
new file mode 100644
index 0000000..4c8b12e
--- /dev/null
+++ b/Xmodmap/Xmodmap.org
@@ -0,0 +1,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