From 6841d7273d39d73ddd11a2ab7d8a0319aae2fc7d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 25 Aug 2013 07:22:43 +0000 Subject: dtas-console: swap 'j' / 'k' bindings to match docs This also matches the KEY_UP and KEY_DOWN behavior, and probably(?) makes more sense. --- bin/dtas-console | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/dtas-console b/bin/dtas-console index b6c01c2..0575d1a 100755 --- a/bin/dtas-console +++ b/bin/dtas-console @@ -156,8 +156,8 @@ begin when $stdin # keybindings taken from mplayer / vi case key = Curses.getch - when "j" then c.req_ok("seek +5") - when "k" then c.req_ok("seek -5") + when "j" then c.req_ok("seek -5") + when "k" then c.req_ok("seek +5") when Curses::KEY_DOWN then c.req_ok("seek -60") when Curses::KEY_UP then c.req_ok("seek +60") when Curses::KEY_LEFT then c.req_ok("seek -10") -- cgit v1.2.3-24-ge0c7