Skip to main content

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:

  1. The mnemonic name (str)

  2. The integer value (int)

  3. 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


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

keysymdef-1.2.0-py2.py3-none-any.whl (20.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page