about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/dtas-console4
1 files changed, 2 insertions, 2 deletions
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")