g13gui/g13gui
June Tate-Gans f9264c390e g13gui: Prep for the great g13d removal
Our key binds will now use actual key codes from evdev instead of using made up
key symbol names from G13D. This results in a *major* change, of which this is
just the start. Effectively, we're going to move away from using the old and
crufty g13d for everything, and just write our own g13 manager instead.
2021-05-02 12:47:54 -05:00
..
g13gui g13gui: Prep for the great g13d removal 2021-05-02 12:47:54 -05:00
.gitignore gitignore: Stop committing pyc files 2021-04-27 13:46:58 -05:00
LICENSE.txt g13gui: First rough draft 2021-04-26 19:13:19 -05:00
MANIFEST.in g13gui: First rough draft 2021-04-26 19:13:19 -05:00
README.md g13gui: First rough draft 2021-04-26 19:13:19 -05:00
setup.py g13gui: First rough draft 2021-04-26 19:13:19 -05:00

The G13 Configurator

What is this?

This is the companion application for configuring a Logitech G13 using the G13 user space driver originally written by ecraven, and available at https://github.com/jtgans/g13.

This tool allows you to:

  • Graphically plan out a keymapping
  • Save multiple profiles
  • Use the LCD with pluggable dbus-based applications
  • Switch profiles using the LCD

All wrapped up in a glorious Gtk 3.0 + libappindicator interface.

Please note: this is an early version of the application and as such it is still in heavy development.