Skip to content

Virtual Keyboard does not appear. #2833

@tinguin

Description

@tinguin

Virtual Keyboard does not appear.

I have set the setting for tablet-mode as mentioned in https://github.com/YaLTeR/niri/wiki/Configuration:-Switch-Events, but no virtual keyboard appears when clicking into a text input field. In Gnome on the same system everything works. I'd be okay manually triggering to show the virtual keyboard, but it has to be able to be triggered from a touchscreen.

[...]
switch-events {
lid-close { spawn "notify-send" "The laptop lid is closed!"; }
lid-open { spawn "notify-send" "The laptop lid is open!"; }
tablet-mode-on { spawn "bash" "-c" "gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true"; }
tablet-mode-off { spawn "bash" "-c" "gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false"; }
}
[...]

System Information

  • Framework 12 Laptop
  • Distro: Arch Linux
  • GPU: Intel Raptor Lake
  • CPU: Intel Raptor Lake

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions