我有一个带有树莓派“破坏者”的树莓派。信息亭模式正在按预期运行。现在,我想使用无法启动的虚拟键盘。
我使用/ etc / xdg / openbox / autostart并安装了matchbox-keyboard并将其添加到文件中:
xset -dpms
xset s noblank
xset s off
sed -i
's/"exited_cleanly":false/"exited_cleanly":true/'~/.config/chromium/'Local
State'
sed -i 's/"exited_cleanly":false/"exited_cleanly":true/; s/"exit_type":"
[^"]\+"/"exit_type":"Normal$
matchbox-keyboard -deamon &
exec matchbox-window-manager -use-titlebar no &
chromium-browser --noerrdialogs --disable-infobar --kiosk https://xxxx
我想从铬浏览器开始运行虚拟键盘。 还有其他解决方案吗?铬在键盘上有内置物吗?我该如何激活它?