tb2097 / wacom-gui

Python/PyQt Wacom GUI for KDE
GNU General Public License v3.0
130 stars 35 forks source link

Map Tilde Key #36

Closed Aamir-Raza closed 4 years ago

Aamir-Raza commented 4 years ago

Hi,

Not sure if this is some kind of limitation or a bug but every time I try to map the tilde key onto a Wacom pad button it doesn't seem to work.

Intuos Pro Medium (PTH-651) CentOS Linux release 7.6.1810

Any ideas? thanks 😃

tb2097 commented 4 years ago

This was a fun one-liner that I probably should have caught in testing. I'll put the patch into the next release.

keymap.json:
-       "lshift `": "~"
+       "lshift grave": "~"
Aamir-Raza commented 4 years ago

Cool thanks! :)