From e1b15dee4c250bf6509594e241eb2856c8d21e0f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Oct 2012 09:21:26 +0200 Subject: commands: use "up" and "down" as 2nd argument for cycle command Allow the values "up" and "down" as step argument for the cycle input command. Previously, this argument was a float, which specified an arbitrary step value and direction (similar to the add command). Instead of "1" and "-1", "up" and "down" is to be used. Float values are still accepted. That capability might be removed in the future, as there's probably hardly any actual use for arbitrary step values. --- etc/input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index edce5e0579..f85d3785d8 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -93,7 +93,7 @@ v cycle sub-visibility # stretch SSA/ASS subtitles with anamorphic videos to match historical V cycle ass-vsfilter-aspect-compat j cycle sub # cycle through subtitles -J cycle sub -1 # ...backwards +J cycle sub down # ...backwards F cycle sub-forced-only SHARP cycle audio # switch audio streams _ cycle video -- cgit v1.2.3