Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
IronManMark20 edited this page Apr 24, 2015 · 7 revisions

Hooked is a pure Python module that allows programs to set hotkeys. For example, you could set Control and W to close out of a pane for your GUI, or add Control+V pasting in Command Prompt. It is very customizable too. Read the readme to get started. Also the hooked.py file has an example within it.

Hooked tries to be implementation agnostic. It has full support for CPython and IronPython. Jython should be supported in the next few weeks (from 4/22/15).

This wiki has two parts:

####Making and Removing Hotkeys

####Key Reference and Types

Clone this wiki locally