https://github.com/codito/pyqtkeybind
Global hotkey bindings for Windows and Linux for PyQt apps
https://github.com/codito/pyqtkeybind
hotkeys pyqt python qt
Last synced: 1 day ago
JSON representation
Global hotkey bindings for Windows and Linux for PyQt apps
- Host: GitHub
- URL: https://github.com/codito/pyqtkeybind
- Owner: codito
- License: mit
- Created: 2016-04-04T18:11:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T13:20:59.000Z (over 1 year ago)
- Last Synced: 2025-10-01T01:22:12.858Z (5 months ago)
- Topics: hotkeys, pyqt, python, qt
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 62
- Watchers: 5
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
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.
.. |pypi| image:: https://img.shields.io/pypi/v/pyqtkeybind
:target: https://pypi.org/project/pyqtkeybind/