When I want to use global shortcuts, the first thing I think of is QxtGlobalShortcut. But it needs to be compiled, the toolchains needs to be installed, and its python binding is not stable, so I found the keyboard.
- Pure Python
- Cross platform
- Easy
| Name | Name | Last commit date | ||
|---|---|---|---|---|
When I want to use global shortcuts, the first thing I think of is QxtGlobalShortcut. But it needs to be compiled, the toolchains needs to be installed, and its python binding is not stable, so I found the keyboard.