summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 6705d3f803..bcaaf08b6e 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -31,6 +31,7 @@ struct mp_cmd_def {
const char *name; // user-visible name (as used in input.conf)
const struct m_option args[MP_CMD_MAX_ARGS];
bool allow_auto_repeat; // react to repeated key events
+ bool on_updown; // always emit it on both up and down key events
bool vararg; // last argument can be given 0 to multiple times
};