Send Shift+Win+F23 (Copilot Key) with one call
Project description
copilotkey
Tiny Python package to send Shift+Win+F23 (the Copilot Key) when called.
Usage
from copilotkey import CopilotKey
CopilotKey() # sends Shift+Win+F23
CopilotKey.press() # same thing
CLI
copilotkey # runs the command-line entrypoint (sends the key once)
python -m copilotkey
Notes
- Primary target: Windows. The package tries
keyboard.send("shift+windows+f23")first (ifkeyboardinstalled). If not present, it falls back to a Windows API call usingctypes. - The simulated keypress goes to the currently focused window.
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
copilotkey-0.1.1.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file copilotkey-0.1.1.tar.gz.
File metadata
- Download URL: copilotkey-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a781eea3ad4bf202225119449c026c8586715df11279c43b94fe800c305a2a27
|
|
| MD5 |
c80c023f6a08361fd7b65b72a47e130c
|
|
| BLAKE2b-256 |
fcbeca510cc19743a8ff19a4f0a02d5cd4c5fd6788731767594c84b6a3d16b9b
|
File details
Details for the file copilotkey-0.1.1-py3-none-any.whl.
File metadata
- Download URL: copilotkey-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb2f7718684deb0b8335e45d09ff5105731e5356512d4d20c7c3cdcf7af48619
|
|
| MD5 |
e1e28b52c8135729ddd78e5383c5c450
|
|
| BLAKE2b-256 |
77e8e855c80a855a5cc556b0ea32e63cb8b159f7a2b200ba2a6c400607f230fe
|