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:
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.