remove junk

This commit is contained in:
2022-06-18 15:14:58 +02:00
parent b6b0bdba19
commit 56fdeeea3b
2 changed files with 0 additions and 84 deletions

View File

@@ -1,12 +0,0 @@
---
title: "xmodmap"
tags: [ "Documentation", "hardware" ]
---
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'