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
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
I am looking for a virtual keyboard to use in a tornadofx application and came across Keyboard.kt. Digging into this file shows that I can add a keyboard through the following snippet:
keyboard { load(jsonObject) }
However, I cannot find immediately how KeyboardKeys are linked to an action, this is: how does my application code know what action to perform upon clicking a KeyboardKey. For example, I want to be able to type into a tornadofx textfield through this virtual keyboard I am constructing.
I cannot find any documentation and was wondering what is the status of this part of tornadofx? Is this still under development? How should I tackle a virtual keyboard with tornadofx alternatively?
I am using Kotlin 1.4.31 with tornadofx 1.7.20
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am looking for a virtual keyboard to use in a tornadofx application and came across Keyboard.kt. Digging into this file shows that I can add a keyboard through the following snippet:
keyboard { load(jsonObject) }
However, I cannot find immediately how
KeyboardKey
s are linked to an action, this is: how does my application code know what action to perform upon clicking aKeyboardKey
. For example, I want to be able to type into a tornadofxtextfield
through this virtual keyboard I am constructing.I cannot find any documentation and was wondering what is the status of this part of tornadofx? Is this still under development? How should I tackle a virtual keyboard with tornadofx alternatively?
I am using Kotlin 1.4.31 with tornadofx 1.7.20
Thanks in advance!
The text was updated successfully, but these errors were encountered: