Metadata-Version: 2.1
Name: mumble-ptt-caps-lock-led
Version: 1.0.1
Summary: A python program to let the LED of your caps lock key display your mumble PTT state.
Home-page: https://github.com/neumantm/mumble_ptt_caps_lock_led
License: MIT
Author: Tim Neumann
Author-email: neumantm@fius.informatik.uni-stuttgart.de
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pydbus (>=0.6.0,<0.7.0)
Requires-Dist: pygobject (>=3.36.0,<4.0.0)
Project-URL: Repository, https://github.com/neumantm/mumble_ptt_caps_lock_led
Description-Content-Type: text/markdown

# mumble_ptt_caps_lock_led
A python program to let the LED of your caps lock key display your mumble PTT state.

This is very nice if caps lock is also the PTT key.
To do that first disable the caos lock key: `setxkbmap -option ctrl:nocaps`

This program is split into two parts:
  - Script to update the LED using `/sys/`. This needs to be run as root.
  - Script to extract the PTT state from mumble.

The second script uses the dbus messages of mumble updating the taskbar icon.
For this to work, the taskbar icon needs to be enabled.

