Any way to create an on-screen keyboard for touch screen?

Is there a way for on-screen keyboard to show up during Qubes usage for touchpad/tablet especially when browsing and there is a text box?

Install xvkbd.
Create this script:

#!/bin/bash
if [ $(pidof xvkbd) ]; then 
kill $(pidof xvkbd) 
else
xvkbd -no-keypad -secure &
fi

Bind the script to a keyboard shortcut to toggle the keyboard on and off.

Read this discussion

1 Like

i thought on-screen keyboard is less secure than a real keyboard (maybe this apply to qubes os only)

where to place the script ?

They have different risk profiles, so “less secure” doesnt mean a great deal.

I run it in dom0, and place the script there.

there is no backspace on this keyboard only del. how to fix?

There is one on top row at right of Fn keys.