You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find any property or any option to get the keyboard layout from Tizen. Can you explain please what is the case if OS do not provide this kind of information?
I do not find a way to pass the type of input, I mean RemoteControl or Gamepad. They are counted as keyboard input from Tizen.
Well, if the OS doesn't provide it at all, there isn't much we can do.
For VNC, where we don't have keyboard information either, I simply didn't map the PhysicalKey at all (it's always None), but I guess it could make sense to at least map the standard virtual control/function keys (e.g. Enter, Backspace, F1, etc.) to physical keys, as these won't change depending on the layout and the user might expect the property to be set. Tizen could do the same here.
OmidID
added a commit
to OmidID/Avalonia
that referenced
this issue
Dec 23, 2023
* Add key device type and implmentation for tizen #12992
* Add device key type to Android
* Resolve comments
---------
Co-authored-by: Max Katz <[email protected]>
Following #12549,
PhysicalKey
andKeySymbol
should be handled for Tizen physical keyboards.The text was updated successfully, but these errors were encountered: