How to remap shift escape to tilde on Ubuntu

From razwiki
Revision as of 14:53, 20 December 2021 by Razzi (talk | contribs) (Razzi moved page How to remap shift escape to tildeon Ubuntu to How to remap shift escape to tilde on Ubuntu without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
xmodmap -e 'keycode 9 = Escape asciitilde'

The way xmodmap works is that you remap a keycode to a vector of key names. First is no modifiers, second is shift+key, etc. [1]