Skip to content

Navigation Controls

You can interact with Kiosk in three ways: touch, mouse, or keyboard.

Kiosk’s display is divided into interactive zones:

Interaction zones

  1. Left Side: Previous image(s)
  2. Center top: Pause/Play and Toggle Menu
  3. Right Side: Next image(s)

| Key | Action | |---------------|----------------------------------------------------------| | _ Spacebar | Play/Pause and Toggle Menu | | → Right Arrow | Next Image(s) | | ← Left Arrow | Previous Image(s) | | i Key | Play/Pause and Toggle Menu and display more info overlay | | r Key | Play/Pause and Toggle Menu and redirects info overlay | | p Key | Pause and Toggle Menu and redirects info overlay | | shift+p Key | Play and Toggle Menu and redirects info overlay | | f Key | Toggle Fullscreen |

Bind a custom action to the keyboard up arrow.

Options:

  • “mute”
  • “redirects”
  • “pause”
  • “more-info”
  • “fullscreen”

Settings

Key Value
CONFIG up_arrow_action
ENV KIOSK_UP_ARROW_ACTION
URL up_arrow_action
VALUE string
DEFAULT
Using with config.yaml file
up_arrow_action:
Using with ENV in your docker-compose file
environment:
KIOSK_UP_ARROW_ACTION:
Using with url queries
http://{URL}?up_arrow_action=

Bind a custom action to the keyboard down arrow.

Options:

  • “mute”
  • “redirects”
  • “pause”
  • “more-info”
  • “fullscreen”

Settings

Key Value
CONFIG down_arrow_action
ENV KIOSK_DOWN_ARROW_ACTION
URL down_arrow_action
VALUE string
DEFAULT
Using with config.yaml file
down_arrow_action:
Using with ENV in your docker-compose file
environment:
KIOSK_DOWN_ARROW_ACTION:
Using with url queries
http://{URL}?down_arrow_action=