Metadata-Version: 2.4
Name: PySide6-GlobalHotkeys
Version: 0.0.2
Summary: System-wide hotkeys for applications developed with PySide6.
Author-email: develOseven <devel.oseven@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/develOseven/PySide6-GlobalHotkeys
Project-URL: Issues, https://github.com/develOseven/PySide6-GlobalHotkeys/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6
Requires-Dist: sdbus
Dynamic: license-file

# Global Hotkeys for PySide6 Applications

Triggers the system's user interface for setting up global hotkeys for an application.

TODO: implement custom user interfaces for the systems that don't support that.

Provides Qt signals for the hotkey presses and releases.

Your application has to set the `QCoreApplication.applicationName` to an application that exists in the system (has a `*.desktop` file in `~/.local/share/applications`).

See an example application https://github.com/develOseven/demo-PySide6-GlobalHotkeys
