From 976a2c7c284aadcdba3fd4505a7dea19fe48e7d5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Jan 2022 23:10:42 -0800 Subject: [xmodmap] Add section to remap Super_R to Hyper_R --- xmodmap/Xmodmap.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 xmodmap/Xmodmap.org (limited to 'xmodmap/Xmodmap.org') diff --git a/xmodmap/Xmodmap.org b/xmodmap/Xmodmap.org new file mode 100644 index 0000000..a13ac85 --- /dev/null +++ b/xmodmap/Xmodmap.org @@ -0,0 +1,22 @@ +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 + +Turn the right Super key into a Hyper key. + +#+begin_src fundamental + remove mod4 = Super_R + keycode 134 = Hyper_R + add mod3 = Hyper_R +#+end_src -- cgit v1.2.3-54-g00ecf