Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard.kt status #1326

Open
NeelVanhecke opened this issue Apr 19, 2021 · 0 comments
Open

Keyboard.kt status #1326

NeelVanhecke opened this issue Apr 19, 2021 · 0 comments

Comments

@NeelVanhecke
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant