Skip to content

Turns the spacebar key to another control key.

Notifications You must be signed in to change notification settings

jaydubfred/Space2Ctrl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space 2 Control

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

Usage:

  • Load Space2Ctrl with "s2cctl start"
  • Unload Space2Ctrl with "s2cctl stop"

About

Turns the spacebar key to another control key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published