From 7d4f919ff31b2c8512ef289fdb773f2d560294b1 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 27 Jan 2023 11:35:51 +0100 Subject: [PATCH] [scripts] feat: adapt Menu button remaping to Super-R --- .local/bin/remaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/remaps b/.local/bin/remaps index 042a2a2..7e9412c 100755 --- a/.local/bin/remaps +++ b/.local/bin/remaps @@ -18,6 +18,6 @@ setxkbmap -option ctrl:nocaps # But when it is pressed only once, treat it as escape. killall xcape 2>/dev/null ; xcape -e 'Control_L=Escape' # Map the menu button to right super as well. -xmodmap -e 'keycode 107 = Super_R' +xmodmap -e 'keycode 135 = Super_R' # Turn off the caps lock if on since there is no longer a key for it. #xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock