erjiang / huion-keys

Linux program to create custom bindings for Huion tablet hotkeys
GNU General Public License v3.0
13 stars 4 forks source link

Implement config changes for mode switching and key holding #9

Closed NeoTheFox closed 3 years ago

NeoTheFox commented 3 years ago

This is a major config handling change that addresses both #8 and #6. Since the config already looked like an .ini file I went ahead and used configparser, it's in the python3 library as is, so this is pretty good for not reinventing the wheel. However, for simplicity and performance sake I kept the pre-encoding and config generation as is.

erjiang commented 3 years ago

LGTM, thanks!