pyqtkeybind

Global hotkey bindings for Windows and Linux for PyQt apps


Keywords
hotkeys, pyqt, python, qt
License
MIT
Install
pip install pyqtkeybind==0.0.9

Documentation

pyqtkeybind

pypi

Overview

Cross platform global keybindings for PyQt5

Installation / Usage

To install use pip:

$ pip install pyqtkeybind

Or clone the repo:

$ git clone https://github.com/codito/pyqtkeybind.git
$ python setup.py install

Example

See https://github.com/codito/pyqtkeybind/blob/master/sample/hotkey.py

Contributing

Pull requests are most welcome.