nerves-web-kiosk / kiosk_system_rpi3

Nerves QtWebEngine Kiosk system for Raspberry Pi 3
Apache License 2.0
67 stars 25 forks source link

Add a couple of packages for working with vterms #10

Closed electricshaman closed 6 years ago

electricshaman commented 6 years ago

kbd gives us access to tools like chvt so that virtual terminals can be switched from Elixir.

libevdev gives QT the ability to grab the keyboard and mouse while the kiosk application is open through QT_QPA_EVDEV_KEYBOARD_PARAMETERS and QT_QPA_EVDEV_MOUSE_PARAMETERS.