A simple command line tool to check whether a hotkey is already registered by another program on Windows.
Project description
Windows Hotkey Checker
Simple command line tool to check for registered hotkeys on Windows
This is a simple python script that checks for hotkeys that already regitstered by other programs on Windos and prints them to the console.
It works by enumerating combinations of modifiers and keys and trying to register them as new hotkeys. If the registration fails, it means that the combination is already registered by another program.
Installation
The script can be installed with pip:
python -m pip install windows_hotkey_checker
and only uses python standard library modules, so no additional dependencies.
Usage
Usage is simple. Just run the script with python:
> python -m windows_hotkey_checker
There is also a Script installed in the Scripts directory of the python installation with the shortcut "hotkeys" that you can run from the command line as:
> hotkeys
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file windows_hotkey_checker-0.1.9.tar.gz
.
File metadata
- Download URL: windows_hotkey_checker-0.1.9.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9856d7e1e139d6e665ae6dfe31baf7ae3348d27fc5299e8d90f2d1ce17e88627 |
|
MD5 | d227c4194cda3c6f389e816f06eccbbe |
|
BLAKE2b-256 | 03db444f9d54b01f65945194736d520f13cbaa6caa91e30a221114681d6beacb |
File details
Details for the file windows_hotkey_checker-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: windows_hotkey_checker-0.1.9-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 366794aeb7dc379985ed7b5cf902f7dbef6f8a67ee782db6e29e3a154ee045f0 |
|
MD5 | 2f6f2ba917104e206ac934fc4392140d |
|
BLAKE2b-256 | 42ac77e0a15293ac571645c92cee295f0a6a522b27e12bf023cd15d7425796ea |