ascii-photobooth/keybinds.conf

15 lines
415 B
Plaintext

# ASCII Photobooth keybindings
# Sourced by exec-cycle.sh (bash) and photobooth.py (python). Each value
# must be a single character; matching is case-insensitive. Ctrl+C always
# quits both and isn't configurable here.
KEY_CAPTURE=" "
KEY_BRIGHTNESS_UP=+
KEY_BRIGHTNESS_DOWN=-
KEY_EXPOSURE_UP=.
KEY_EXPOSURE_DOWN=,
KEY_RESET=r
# photobooth.py (python) only - bash's exec-cycle.sh only quits on Ctrl+C
KEY_QUIT=q