[ncmpcpp] Seek with Ctrl+←→ instead of ←→
This commit is contained in:
parent
0c1a5877c1
commit
aa46c03bba
1 changed files with 2 additions and 2 deletions
|
@ -321,10 +321,10 @@ def_key "space"
|
||||||
#def_key "backspace"
|
#def_key "backspace"
|
||||||
# replay_song
|
# replay_song
|
||||||
#
|
#
|
||||||
def_key "right"
|
def_key "ctrl-right"
|
||||||
seek_forward
|
seek_forward
|
||||||
#
|
#
|
||||||
def_key "left"
|
def_key "ctrl-left"
|
||||||
seek_backward
|
seek_backward
|
||||||
#
|
#
|
||||||
#def_key "r"
|
#def_key "r"
|
||||||
|
|
Loading…
Reference in a new issue