Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.39 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.39 KB

click

control the mouse efficiently using the keyboard!

Why?

for those who use vi/emacs, screen, vimperator, but still sometimes have to lose time taking the hands of the keyboard to click somewhere, now you can click efficiently anywhere using only the keyboard.

How?

divinding the screen recursively so that it is possible to address any pixels with a logarithm number of keystrokes.

Features

mouse movement, left/right/middle/double click, drag-and-drop.

Installing

$ sudo apt-get install freeglut3 freeglut3-dev binutils-gold libxtst-dev
$ git clone git://github.com/kssilveira/click.git
$ cd click && make

Help

create a keyboard shortcut that executes click (System->Preferences->Keyboard Shortcuts)

commands:

  • '1' to '9': move the mouse
  • '0', 'z', space, backspace: go back one level
  • enter: left click
  • shift+enter: right click
  • shift+alt+enter: middle click
  • ctrl+shift+enter: left drag
  • ctrl+alt+shift+enter: double click
  • '!', '[', ']', esc: exit

Branching Model

Style

License

MIT License (MIT).