aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index bfd2946..6a4ee13 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -499,10 +499,12 @@ fi
if [ -n "${DISPLAY:-}" ]; then
xset s 1800
xset r rate 225 100
- # via xev(1):
+ # Get keycode number by running `xev(1)`, and symname by looking at the
+ # definitions in `X11/keysymdef.h`.
xmodmap \
- -e 'keycode 118 = ssharp bar' \
- -e 'keycode 75 = slash question'
+ -e 'keycode 118 = ssharp bar' \
+ -e 'keycode 75 = slash question' \
+
fi
#