OS: Microsoft Windows 10 Pro [Version 10.0.17134.5] (x64)
TS: 3.1.8 (x64)
pyTSon: https://repo.4qt.de/pyTSon/nightlies/2018-04-03/112ea43/pyTSon_win64.ts3_plugin
I experienced two bugs with scripts that have hotkeys:
- When i create a hotkey with a predefined keyword from a pyTSon script, the hotkey either triggers on weird other keycombos ( CTRL+U triggers with CTRL+U and sometimes CTRL+C for example )
- Or Teamspeak forgets the assigned function after a restart ( After a restart the hotkey does nothing and the "keyword" is no longer bold in the hotkey dialog )
A working "bypass" is to use the same function for hotkeys and commands and just use the command rather then the keyword (Example: https://github.com/Bluscream/pyTSon_plugins/blob/master/scripts/quickMod/__init__.py#L44-L48)


OS: Microsoft Windows 10 Pro [Version 10.0.17134.5] (x64)
TS: 3.1.8 (x64)
pyTSon: https://repo.4qt.de/pyTSon/nightlies/2018-04-03/112ea43/pyTSon_win64.ts3_plugin
I experienced two bugs with scripts that have hotkeys:
A working "bypass" is to use the same function for hotkeys and commands and just use the command rather then the keyword (Example: https://github.com/Bluscream/pyTSon_plugins/blob/master/scripts/quickMod/__init__.py#L44-L48)