asterics / FLipMouse

The repository for FLipMouse (Finger and LipMouse)
https://www.asterics-foundation.org/projects/flipmouse
Other
36 stars 8 forks source link

FlipMouse C# GUI - Problem if ID string is assigned as keyboard write #24

Closed benjaminaigner closed 6 years ago

benjaminaigner commented 6 years ago

If at any button, the command "Write Text" is assigned and this text contains the word FLipMouse, it will be parsed as ID String. This results in various errors:

The only way to avoid this error is clicking "no" if the GUI asks for loading the config from the FLipMouse.

benjaminaigner commented 6 years ago

should be fixed with 79b398b @ChrisVeigl Please re-compile the GUI.

THX