From aa46c03bbaeeedef791662be71dac31c0120e90c Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Thu, 13 Jun 2019 19:50:24 +0200 Subject: [PATCH] =?UTF-8?q?[ncmpcpp]=20Seek=20with=20Ctrl+=E2=86=90?= =?UTF-8?q?=E2=86=92=20instead=20of=20=E2=86=90=E2=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ncmpcpp/bindings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings index dd8fdfb..bbd6fb9 100644 --- a/ncmpcpp/bindings +++ b/ncmpcpp/bindings @@ -321,10 +321,10 @@ def_key "space" #def_key "backspace" # replay_song # -def_key "right" +def_key "ctrl-right" seek_forward # -def_key "left" +def_key "ctrl-left" seek_backward # #def_key "r"