mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:45:45 -04:00
NoGUI: Move default quick menu bind out of CommonHostInterface
This commit is contained in:
@ -3037,10 +3037,6 @@ void CommonHostInterface::SetDefaultSettings(SettingsInterface& si)
|
||||
{
|
||||
HostInterface::SetDefaultSettings(si);
|
||||
|
||||
// TODO: Maybe we should bind this to F1 in the future.
|
||||
if (m_fullscreen_ui_enabled)
|
||||
si.SetStringValue("Hotkeys", "OpenQuickMenu", "Keyboard/Escape");
|
||||
|
||||
si.SetStringValue("Controller1", "ButtonUp", "Keyboard/W");
|
||||
si.SetStringValue("Controller1", "ButtonDown", "Keyboard/S");
|
||||
si.SetStringValue("Controller1", "ButtonLeft", "Keyboard/A");
|
||||
|
Reference in New Issue
Block a user