X11 keysym data for Python
Project description
This Python package contains the X11 and XF86 keysym definitions as lists of tuples:
>>> from keysymdef import keysymdef, xf86keysym
>>> print(keysymdef[1])
('BackSpace', 65288, None)
>>> print(xf86keysym[1])
('MonBrightnessUp', 269025026, None)
The elements of each tuple are:
The mnemonic name (str)
The integer value (int)
The unicode code point, if any (int or None)
This data is hard-coded; consequently this package has no dependencies (on python-xlib or others).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 keysymdef-1.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: keysymdef-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a5c2263a861f3ff884a1f58e2b4f7efa319ffc9d11f9ba8e20129babc31a9e
|
|
| MD5 |
af94e889eb742db039975cb59762b223
|
|
| BLAKE2b-256 |
42d3c3db0b92a0ff39c3e08f168cd382c24bf021d4a96fc89b47a3e55294f883
|