Closed
Description
Nevertheless, I'm guessing that tapping on the TextField and typing from keyboard will also not work,
Keyboard Input will not work, because of #22.
since keyboard is still connected to text terminal.
text terminal and application are the same entity in that respect, so you can't "disconnect" a keyboard from a terminal and "connect" it to an application.
the keyboard also needs to be attached to terminal in order for text input to work. stdin is the only way to get text input (not keyboard/keycode input!) without manually parsing the Xkb config file, loading & applying keymaps.
Originally posted by @ardera in #28 (comment)
Can I have some more guidance on how I can add keyboard support? I am really interested in getting it done.
Metadata
Metadata
Assignees
Labels
No labels