From 9f4d95a6df0f693d990100e64044057572f1fce5 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Wed, 2 Sep 2015 18:29:26 +0200 Subject: add missing hotkeys --- config.clerk | 7 +++++++ helper_config | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 helper_config diff --git a/config.clerk b/config.clerk index f4b7511..9b2a0a8 100644 --- a/config.clerk +++ b/config.clerk @@ -36,6 +36,11 @@ ssh_host= help_color="#0C73C2" # custom keybindings +# global +albumlist="Alt+F1" +tracklist="Alt+F2" +queue="Alt+F3" + # Adding of songs/albums add="Alt+1" insert="Alt+2" @@ -59,6 +64,8 @@ suspend="Alt+9" resume="Alt+0" movedown="Alt+Down" moveup="Alt+Up" +album="Alt+F5" +track="Alt+F6" # table customization track_width="2" diff --git a/helper_config b/helper_config deleted file mode 100644 index dc8fbd1..0000000 --- a/helper_config +++ /dev/null @@ -1,5 +0,0 @@ -[global] -separator = • - -[updater] -change_db = xxx -- cgit v1.2.3-24-g4f1b