You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added more key bindings for opening/closing/rotating tabs and windows
Add x11vnc server to facilitate remote viewing or debugging of kiosk
Added 'screenshot' function to REST_API and gesture action commands
Added enable_inputs and disable_inputs functions to REST_API to allow
locking down (and unlocking) inputs by disabling keyboard, mouse and
touch functions
Added mute_audio, unmute_audio and toggle_audio functions to
REST_API to change audio state (toggle_audio also added to gesture action commands)
Converted default gestures in config.yaml to use internal kiosk.<function> handlers rather than calling shell functions
Added short list of built-in keyboard shortcuts
Enhanced ultrasonic-trigger.py example with new functionality to
enable/disable inputs, mute/unmute audio, and rotate through a list of URLs
Added INSTRUCTIONS section to README.md (thanks: @cvroque)