12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
# ASCII Photobooth keybindings
|
|
# Sourced by exec-cycle.sh. Each value must be a single character;
|
|
# matching is case-insensitive. Ctrl+C always quits and isn't
|
|
# configurable here.
|
|
|
|
KEY_CAPTURE=c
|
|
KEY_BRIGHTNESS_UP=+
|
|
KEY_BRIGHTNESS_DOWN=-
|
|
KEY_EXPOSURE_UP=.
|
|
KEY_EXPOSURE_DOWN=,
|
|
KEY_RESET=r
|