ncmpcpp bindings additions
This commit is contained in:
parent
8a9f0c0c29
commit
d01ee57c0b
2 changed files with 17 additions and 4 deletions
|
@ -542,10 +542,10 @@
|
||||||
# quit
|
# quit
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
def_key "f"
|
#def_key "f"
|
||||||
find
|
# find
|
||||||
def_key "f"
|
#def_key "f"
|
||||||
find_item_forward
|
# find_item_forward
|
||||||
|
|
||||||
def_key "+"
|
def_key "+"
|
||||||
show_clock
|
show_clock
|
||||||
|
@ -610,3 +610,15 @@ def_key "g"
|
||||||
#jump_to_position_in_song
|
#jump_to_position_in_song
|
||||||
def_key "U"
|
def_key "U"
|
||||||
update_database
|
update_database
|
||||||
|
def_key "s"
|
||||||
|
reset_search_engine
|
||||||
|
def_key "s"
|
||||||
|
show_search_engine
|
||||||
|
def_key "f"
|
||||||
|
show_browser
|
||||||
|
def_key "f"
|
||||||
|
change_browse_mode
|
||||||
|
def_key "x"
|
||||||
|
delete_playlist_items
|
||||||
|
def_key "P"
|
||||||
|
show_playlist
|
||||||
|
|
|
@ -18,3 +18,4 @@ ncmpcpp is the music player.
|
||||||
t - Tag editor
|
t - Tag editor
|
||||||
s - Search
|
s - Search
|
||||||
v - Visualizer
|
v - Visualizer
|
||||||
|
P - Playlist
|
||||||
|
|
Loading…
Reference in a new issue