Virtual keyboard doesn’t work on lock screen

Double whammy here:

With recent versions of Plasma -6.4 and higher- the lock screen will randomly not register any keyboard input coming out of sleep for me. Mouse works fine. Even if I switch users no keyboard input is detected in sddm.

So, I installed plasma-keyboard and enabled it in System Settings → Keyboard → Virtual Keyboard → Plasma Keyboard (even selected American English) thinking when this happens I can click the Virtual Keyboard icon in the lower left of the lock screem to enter my password. Yet, nothing happens when I click the Virtual Keyboard icon.

My laptop does not have a touch screen, but shouldn’t the virtual keyboard appear when I click the icon?

PS: I made sure plasma-keyboard and qt6-virtualkeyboard were installed.

Operating System: CachyOS Linux
KDE Plasma Version: 6.5.2
KDE Frameworks Version: 6.19.0
Qt Version: 6.10.0
Kernel Version: 6.17.7-3-cachyos (64-bit)
Graphics Platform: Wayland
Processors: 24 × Intel® Core™ Ultra 9 275HX
Memory: 64 GiB of RAM (62.1 GiB usable)
Graphics Processor 1: Intel® Graphics
Graphics Processor 2: NVIDIA GeForce RTX 5080 Laptop GPU
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ROG Strix SCAR 16 G635LW_G635LW
System Version: 1.0

Currently you need to set the env variable KWIN_IM_SHOW_ALWAYS=1 for it to show on non touch/tablet. In the future it will be possible to do this graphically.

See: Plasma / Plasma Keyboard · GitLab

Ok, thank you for the reply!