diff options
Diffstat (limited to '')
| -rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -508,8 +508,7 @@ if [ -n "${DISPLAY:-}" ]; then # 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' fi |
