Mrcubix / Touch-Gestures

Bind Gestures to actions provided by OTD using this plugin !
MIT License
1 stars 1 forks source link

Keyboard Input does not work in Simple Binding Editor on Unix based platforms #4

Closed Mrcubix closed 5 months ago

Mrcubix commented 6 months ago

The binding editor is part of a control library of mine, that is shared between different plugins.

Avalonia, currently has a bug in its framework that prevent keyboard inputs from working until the content is clicked. Linux & macOS users will have to use the advanced binding editor until it is fixed on their side or a workaround is found.

There are also other issues with dialogs on linux such as this one:

https://github.com/Mrcubix/Touch-Gestures/assets/39861216/d15a6d6c-4246-42ae-8a97-062a74e3bedb

The blinking might be related to the same issue however.

A bad & partial workaround should be available in the next Release (1.0.2) & will require these users to types the key twice to work.

Mrcubix commented 5 months ago

A more complete workaround fixes the issue, it will be available in the next Release (1.0.2), it should work as expected.