How to remap shift escape to tilde on Ubuntu: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with " 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. <ref>...")
 
 
(No difference)

Latest revision as of 14:53, 20 December 2021

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]