notebox

How I Remap my Keys

This is achieved using the following commands, which are run on startup.

# Remaps Left Control to Escape
xcape -e 'Control_L=Escape'

and

# Remaps the CapsLock to Ctrl
/usr/bin/setxkbmap -option "ctrl:nocaps"

Related:

Tags:

#permanent-note #linux #personalisation #tips