mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
c3f85fc871
Since I'd like other people to try my dotfiles, I will be writing READMEs for each package directory, which should hopefully cover anything a user needs to do in order to use the package. |
||
---|---|---|
.. | ||
.xmodmap | ||
README.md |
xmodmap
I use xmodmap with xcape to make Caps Lock function as Escape when pressed and Ctrl when held down.
Dependencies
xorg-xmodmap
- Used to make caps lock work as ctrlxcape
- Used to make caps lock work as escape
Installation
make package=xmodmap
Usage
Start xmodmap
in one of your init scripts, like so:
# Make caps lock work as ctrl
xmodmap ~/.xmodmap
To make caps lock work as Escape, start xcape as well:
# Make caps lock (left ctrl) work as escape
xcape -e 'Control_L=Escape'