Skip to content

Commit

Permalink
ncmpcpp: Modify keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ssh0 committed Feb 13, 2017
1 parent 381fc85 commit c4f0c9d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
24 changes: 12 additions & 12 deletions ncmpcpp/S10e/bindings
Expand Up @@ -485,21 +485,21 @@ def_key "h"
#
#def_key "C"
# crop_main_playlist
#
#def_key "m"
# move_sort_order_up
#
#def_key "m"
# move_selected_items_up

def_key "K"
move_sort_order_up

def_key "K"
move_selected_items_up
#
#def_key "m"
# set_visualizer_sample_multiplier
#
#def_key "n"
# move_sort_order_down
#
#def_key "n"
# move_selected_items_down

def_key "J"
move_sort_order_down

def_key "J"
move_selected_items_down
#
#def_key "M"
# move_selected_items_to
Expand Down
24 changes: 12 additions & 12 deletions ncmpcpp/T540p/bindings
Expand Up @@ -485,21 +485,21 @@ def_key "h"
#
#def_key "C"
# crop_main_playlist
#
#def_key "m"
# move_sort_order_up
#
#def_key "m"
# move_selected_items_up

def_key "K"
move_sort_order_up

def_key "K"
move_selected_items_up
#
#def_key "m"
# set_visualizer_sample_multiplier
#
#def_key "n"
# move_sort_order_down
#
#def_key "n"
# move_selected_items_down

def_key "J"
move_sort_order_down

def_key "J"
move_selected_items_down
#
#def_key "M"
# move_selected_items_to
Expand Down
2 changes: 2 additions & 0 deletions ncmpcpp/keys
Expand Up @@ -153,8 +153,10 @@ key_next_column = 261
#key_crop = 'C'
#
#key_move_song_up = 'm'
key_move_song_up = 'K'
#
#key_move_song_down = 'n'
key_move_song_down = 'J'
#
#key_move_to = 'M'
#
Expand Down

0 comments on commit c4f0c9d

Please sign in to comment.