From c165721f5f10578c206e42c0eb24b5ea6a3156fa Mon Sep 17 00:00:00 2001 From: Duilio Protti Date: Sat, 24 Sep 2016 20:53:25 -0300 Subject: [PATCH] Removed TAB from controlling keys list in Settings dialog --- src/audacious.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/audacious.cc b/src/audacious.cc index d7f84bb..0456074 100644 --- a/src/audacious.cc +++ b/src/audacious.cc @@ -54,7 +54,6 @@ static const PreferencesWidget prefs_fps[] = { WidgetSpin ("Every", WidgetInt (CFGID, "palette_time"), {50, 500, 5, "frames"}), WidgetLabel ("Controls"), - WidgetLabel ("Tab:\t\ttoggle full-screen"), WidgetLabel ("Up/Down:\tup/down main volume"), WidgetLabel ("Left/Right:\treward/forward current song"), WidgetLabel ("z:\t\t\tprevious song"), @@ -62,7 +61,7 @@ static const PreferencesWidget prefs_fps[] = { WidgetLabel ("c:\t\t\tpause"), WidgetLabel ("v:\t\t\tstop"), WidgetLabel ("b:\t\t\tnext song"), - WidgetLabel ("F11:\t\tscreenshot"), + WidgetLabel ("F11:\t\ttoggle full-screen"), WidgetLabel ("F12:\t\tchange palette"), WidgetLabel ("Space:\t\tchange effect"), WidgetLabel ("Enter:\t\tswitch to interactive mode\n\t\t\t(only if compiled with --enable-debug) ")