Add an on-screen keyboard to the lock screen for tablets and 2-in-1 devices #9600
lanwen
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Use case
On touchscreen devices with detachable keyboards, such as Microsoft Surface Pro,
Omarchy becomes impossible to unlock when the physical keyboard is detached.
Touch input works, but the Omarchy session lock screen has no on-screen keyboard.
A normal
wvkbdwindow or Waybar button cannot help because ordinary applicationsurfaces are hidden while the secure session lock is active.
Steps to reproduce
Current behavior
There is no way to type the password. The physical keyboard must be reattached to
unlock the device.
Requested behavior
Add a touch keyboard button beside the lock-screen password field. It should open
an embedded keyboard within the secure lock surface.
At minimum it needs:
Automatically showing it when tablet mode is detected would be helpful, but a
manual toggle would already solve the accessibility problem.
Implementation note
This should be embedded in Omarchy's lock-screen QML rather than launching an
external keyboard. The lock screen owns the secure
WlSessionLockSurface, so anembedded keyboard can remain visible and pass text to the existing password input
without weakening the lock.
Environment
Related
over a secure lock surface.
All reactions