Metadata-Version: 2.4
Name: autokey
Version: 0.97.6
Summary: Keyboard and GUI automation on Linux
Home-page: https://github.com/dlk3/autokey-wayland
Author: Chris Dekter
Author-email: cdekter@gmail.com
Maintainer: dlk3
Maintainer-email: dave@daveking.com
License: GPLv3
Keywords: automation hotkey expansion expander phrase macros keyboard auto key autokey ak shortcuts bind autohotkey mouse customization
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/x-markdown
License-File: LICENSE
Requires-Dist: pyinotify
Requires-Dist: python-xlib
Requires-Dist: packaging
Requires-Dist: python-magic
Requires-Dist: pyasyncore; python_version >= "3.12"
Provides-Extra: qt
Requires-Dist: PyQt5; extra == "qt"
Requires-Dist: qtpy; extra == "qt"
Requires-Dist: QScintilla; extra == "qt"
Provides-Extra: gtk
Requires-Dist: PyGObject; extra == "gtk"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AutoKey for Wayland (and X11, too)

The AutoKey for Wayland project is a fork of the
[AutoKey](https://github.com/autokey/autokey) project. It builds on work done in
the “develop” branch of that project to create the facilities that AutoKey needs
to operate in a Wayland environment. An “official” version of AutoKey based on
that work has not yet been released.

## Project Documentation

The [project documentation](https://autokey-wayland.readthedocs.io/en/latest/) 
web site includes information on:

* [What Works & What Does Not](https://autokey-wayland.readthedocs.io/en/latest/whatworks.html)
* [Installation Instructions](https://autokey-wayland.readthedocs.io/en/latest/installation.html)

Ubuntu/Debian and Fedora installation packages are available.  The AutoKey for 
Wayland code may also be cloned from GitHub, configured, and run manually on any
system.

## Support

Read the 
[Troubleshooting](https://autokey-wayland.readthedocs.io/en/latest/troubleshoot.html) 
section of the documentation website.

The [official AutoKey wiki](http://github.com/autokey/autokey/wiki) contains a 
lot of useful information about how to use AutoKey, including many example 
scripts and the like.  Make use of it.

You may post questions or bug reports to this project's 
[Issues](https://github.com/dlk3/autokey-wayland/issues) tracker, and I will do 
my best to address them.  Problem reports should always include a console log that
captures the debug output from AutoKey when the problem occurs.  See the 
[issue reporting](https://autokey-wayland.readthedocs.io/en/latest/troubleshoot/issues.html)
section of the documentation for guidance.

## Project Branches

* [main](https://github.com/dlk3/autokey-wayland/tree/main) - the current release.
* [develop](https://github.com/dlk3/autokey-wayland/tree/develop) - developing the next release.

See, also, [Releases](https://github.com/dlk3/autokey-wayland/releases).
