Space 2 Control
April 11, 2019 ยท View on GitHub
This little hack for X turns the spacebar key into another control key when used in combination. When used alone, it behaves like the ordinary space bar on the key release event. Especially useful with Emacs.
Prerequisites:
- Install X11 and XTEST development packages. On Debian GNU/Linux derivatives:
sudo apt-get install libx11-dev libxtst-dev
- If the program complains about a missing "XRecord" module, enable it by adding 'Load "record"' to the Module section of /etc/X11/xorg.conf: (This step is unnecessary in most systems) e.g.:
Section "Module"
Load "record"
EndSection
Install:
make
sudo make install
Arch linux
Space2Ctrl is currently available via the Arch User Repository (AUR) as 'space2ctrl-git'.
NixOS Linux
nix-shell -p xorg.libX11 xorg.libXtst xorg.libXext xorg.libXi
make
mkdir -p ~/bin && cp s2c s2cctl ~/bin/
Usage:
- Load Space2Ctrl with "s2cctl start"
- Unload Space2Ctrl with "s2cctl stop"