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

@ -1 +0,0 @@
items under /etc/X11/xorg.conf.d/ for new keyboard layout. One package installed

View File

@ -1,6 +0,0 @@
xmodmap -e 'clear Lock' #ensures you're not stuck in CAPS on mode
xmodmap -e 'keycode 0x42=Escape' #remaps the keyboard so CAPS LOCK=ESC

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'

View File

@ -1,7 +0,0 @@
Instructions [here](https://docs.syncthing.net/intro/getting-started.html).