diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-01-24 09:01:19 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-01-24 09:01:19 +0100 |
| commit | a44dde93388f1c5c9ed6ea73d5e9ee7849e2d475 (patch) | |
| tree | b70fc06203133bebf4a51820f48bf8effa2ee9c2 /ncmpcpp/bindings | |
| parent | b34e284c6225e72fe7d612f8913d0a35b9d7ea17 (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | ncmpcpp/bindings | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings new file mode 100644 index 0000000..87d67db --- /dev/null +++ b/ncmpcpp/bindings | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | def_key "+" | ||
| 2 | show_clock | ||
| 3 | def_key "=" | ||
| 4 | volume_up | ||
| 5 | def_key "j" | ||
| 6 | scroll_down | ||
| 7 | def_key "k" | ||
| 8 | scroll_up | ||
| 9 | def_key "ctrl-u" | ||
| 10 | page_up | ||
| 11 | def_key "ctrl-d" | ||
| 12 | page_down | ||
| 13 | def_key "u" | ||
| 14 | page_up | ||
| 15 | def_key "d" | ||
| 16 | page_down | ||
| 17 | def_key "h" | ||
| 18 | previous_column | ||
| 19 | def_key "l" | ||
| 20 | next_column | ||
| 21 | def_key "." | ||
| 22 | show_lyrics | ||
| 23 | def_key "n" | ||
| 24 | next_found_item | ||
| 25 | def_key "N" | ||
| 26 | previous_found_item | ||
| 27 | def_key "J" | ||
| 28 | move_sort_order_down | ||
| 29 | def_key "K" | ||
| 30 | move_sort_order_up | ||
| 31 | def_key "h" | ||
| 32 | jump_to_parent_directory | ||
| 33 | def_key "l" | ||
| 34 | enter_directory | ||
| 35 | def_key "l" | ||
| 36 | run_action | ||
| 37 | def_key "l" | ||
| 38 | play_item | ||
| 39 | def_key "m" | ||
| 40 | show_media_library | ||
| 41 | def_key "m" | ||
| 42 | toggle_media_library_columns_mode | ||
| 43 | def_key "t" | ||
| 44 | show_tag_editor | ||
| 45 | def_key "v" | ||
| 46 | show_visualizer | ||
| 47 | def_key "G" | ||
| 48 | move_end | ||
| 49 | def_key "g" | ||
| 50 | move_home | ||
| 51 | def_key "U" | ||
| 52 | update_database | ||
| 53 | def_key "s" | ||
| 54 | reset_search_engine | ||
| 55 | def_key "s" | ||
| 56 | show_search_engine | ||
| 57 | def_key "f" | ||
| 58 | show_browser | ||
| 59 | def_key "f" | ||
| 60 | change_browse_mode | ||
| 61 | def_key "x" | ||
| 62 | delete_playlist_items | ||
| 63 | def_key "P" | ||
| 64 | show_playlist | ||
