This commit is contained in:
Malin Freeborn
2020-01-03 20:03:34 +01:00
parent 07c5cf4281
commit a7bd1c2233
4 changed files with 8 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
Ensure you're not stuck in CAPS on mode:
> xmodmap -e 'clear Lock'
Remap the keyboard so CAPS LOCK=ESC:
> xmodmap -e 'keycode 0x42=Escape'