scottjad / xcape

Linux utility to make control key send escape key events when pressed on its own.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCAPE

xcape runs as a daemon and intercepts and transforms the following keypresses when not used as a modifier.

Caps Lock => Escape Shift_L => Parenleft Shift_R => Parenright

This makes more sense if you have remapped your Caps Lock key to Control. Future versions of this program might do that mapping for you, but for now this is something that you have to do yourself.

If you don't understand why anybody would want this, I'm guessing that Vim is not your favourite text editor ;)

Minimal building instructions

$ sudo apt-get install git gcc make libx11-dev libxtst-dev
$ mkdir xcape
$ cd xcape
$ git clone https://github.com/alols/xcape.git .
$ make

Contact

Find the latest version at https://github.com/alols/xcape

The author can be reached at albin dot olsson at gmail dot com

About

Linux utility to make control key send escape key events when pressed on its own.

License:GNU General Public License v3.0


Languages

Language:C 100.0%