From b0a3d38b4c30001c1f42948cf6fd4ef761f8d665 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 13 Sep 2014 01:10:58 +0200 Subject: input: don't autorepeat cycle_values command Not sure why this was originally added as autorepeated. It makes no sense, because switching between choices should never autorepeat. (For the normal "add"/"cycle" commands, autorepeat is usually enabled, but command.c tries to disable it specifically for choice properties.) --- input/cmd_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/cmd_list.c b/input/cmd_list.c index 6f763c4b64..96e9d91f16 100644 --- a/input/cmd_list.c +++ b/input/cmd_list.c @@ -141,7 +141,7 @@ const struct mp_cmd_def mp_cmds[] = { .allow_auto_repeat = true}, { MP_CMD_CYCLE_VALUES, "cycle_values", { ARG_STRING, ARG_STRING, ARG_STRING }, - .vararg = true, .allow_auto_repeat = true}, + .vararg = true}, { MP_CMD_ENABLE_INPUT_SECTION, "enable_section", { ARG_STRING, -- cgit v1.2.3