Skip to content

garaho: activate IME for 12-key terminal input - #280

Merged
ravindu644 merged 1 commit into
ravindu644:devfrom
yoshi3jp:main
Aug 14, 2026
Merged

garaho: activate IME for 12-key terminal input#280
ravindu644 merged 1 commit into
ravindu644:devfrom
yoshi3jp:main

Conversation

@yoshi3jp

Copy link
Copy Markdown
Contributor

This patch will allow users to input things other than numbers on 12-key devices, a.k.a. Garaho.
However, we still need to think about how to emulate ENTER and DELETE keys.

12-key hardware keypads can depend on the active IME to translate
numeric key events into composed text. Droidspaces currently suppresses
showSoftInput() whenever Android reports a hardware keyboard, causing
12-key devices to deliver only raw numeric key events to TerminalView.

Allow soft-input activation for KEYBOARD_12KEY and activate the IME
after the terminal receives focus.

This keeps the existing behavior for full hardware keyboards while
allowing 12-key devices to use their IME-backed text input path.
@ravindu644
ravindu644 changed the base branch from main to dev August 14, 2026 00:32
@ravindu644
ravindu644 merged commit 2a8537b into ravindu644:dev Aug 14, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants