I've had this issue for a while, but I need to see if I can get it fixed. I have set the PTT key to ord(' ') and I get the following repeated in the terminal:?
wx._core.wxAssertionError: C++ assertion ""Assert failure"" failed at ../src/unix/utilsx11.cpp(2632) in wxGetKeyStateGTK(): Unsupported key, only modifiers can be used
Traceback (most recent call last):
? File "/usr/lib64/python3.11/site-packages/wx/core.py", line 3427, in <lambda>
? ? lambda event: event.callable(*event.args, **event.kw) )
? ? ? ? ? ? ? ? ? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "/usr/local/lib64/python3.11/site-packages/quisk/quisk.py", line 6304, in OnReadSound
? ? elif self.hot_key_ptt_active and not wx.GetKeyState(conf.hot_key_ptt1):
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
wx._core.wxAssertionError: C++ assertion ""Assert failure"" failed at ../src/unix/utilsx11.cpp(2632) in wxGetKeyStateGTK(): Unsupported key, only modifiers can be used
Traceback (most recent call last):
? File "/usr/lib64/python3.11/site-packages/wx/core.py", line 3427, in <lambda>
? ? lambda event: event.callable(*event.args, **event.kw) )
? ? ? ? ? ? ? ? ? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "/usr/local/lib64/python3.11/site-packages/quisk/quisk.py", line 6304, in OnReadSound
? ? elif self.hot_key_ptt_active and not wx.GetKeyState(conf.hot_key_ptt1):
The same thing happens when I use any other key for the short cut. I am on Fedora 37 and installed quisk using pip.