summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 20:07:50 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 20:07:50 +0100
commitc07825fe34a7c935372961725f46a3288de8ee85 (patch)
tree945b7af5b8de1b2907d7f8ba81e5cc1ba7de5aee
parentc0af023f30195806d07b735a027875eecf0c568d (diff)
gtkui: added ctrl+w hotkey to remove current playlist
-rw-r--r--plugins/gtkui/gtkui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index 35657d0e..43a093bc 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1075,7 +1075,8 @@ gtkui_thread (void *ctx) {
deadbeef->conf_set_str ("hotkey.key7", "\"Ctrl m\" 0 0 toggle_stop_after_current");
deadbeef->conf_set_str ("hotkey.key8", "\"Ctrl j\" 0 0 jump_to_current_track");
deadbeef->conf_set_str ("hotkey.key9", "\"F1\" 0 0 help");
- deadbeef->conf_set_str ("hotkey.key11", "\"Delete\" 1 0 remove_from_playlist");
+ deadbeef->conf_set_str ("hotkey.key10", "\"Delete\" 1 0 remove_from_playlist");
+ deadbeef->conf_set_str ("hotkey.key11", "\"Ctrl w\" 0 0 remove_current_playlist");
}
// construct mainwindow widgets