From 841be0c215a2fea617a696c9f7b204a8577aff33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Sun, 10 May 2020 11:32:18 +0300 Subject: [PATCH] Menu|All Games: Added menu item for binding "Show Taskbar" --- doomsday/apps/plugins/common/src/m_ctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/doomsday/apps/plugins/common/src/m_ctrl.cpp b/doomsday/apps/plugins/common/src/m_ctrl.cpp index 962e5c3edf..ce14631c14 100644 --- a/doomsday/apps/plugins/common/src/m_ctrl.cpp +++ b/doomsday/apps/plugins/common/src/m_ctrl.cpp @@ -185,6 +185,7 @@ static controlconfig_t controlConfig[] = { "Msg Refresh", 0, 0, "impulse msgrefresh", 0 }, { "Shortcuts", 0, 0, 0, 0 }, + { "Show Taskbar", 0, 0, "taskbar", 0 }, { "Pause Game", 0, 0, "pause", 0 }, #if !__JDOOM64__ { "Help Screen", "shortcut", 0, "helpscreen", 0 },