From 106eeff6c34ee75e7116a88d84f0e5fd8be38921 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Mon, 8 Jun 2020 11:48:55 +0200 Subject: [PATCH] make default hotkeys consistent with recorded values --- src/gui/quicklinks.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/quicklinks.js b/src/gui/quicklinks.js index 1b17599fdca..f8e0347679c 100644 --- a/src/gui/quicklinks.js +++ b/src/gui/quicklinks.js @@ -199,12 +199,12 @@ App.UI.quickMenu = (function() { const hotkeys = cleanPassageMapping({ "BG Select": "b", "Buy Slaves": "s", - edicts: "E", + edicts: "shift+e", Firebase: "z", "Future Society": "f", Main: "m", "Manage Arcology": "c", - "Manage Corporation": "C", + "Manage Corporation": "shift+c", "Manage Penthouse": "p", "Manage Personal Affairs": "x", "Neighbor Interact": "d", @@ -212,12 +212,12 @@ App.UI.quickMenu = (function() { "Personal assistant options": "t", "Personal Attention Select": "a", Policies: "y", - propagandaHub: "H", + propagandaHub: "shift+h", "Recruiter Select": "u", - riotControlCenter: "R", + riotControlCenter: "shift+r", "Rules Assistant": "r", - secBarracks: "A", - securityHQ: "S", + secBarracks: "shift+a", + securityHQ: "shift+s", "Universal Rules": "v", // Facilities Brothel: "1", -- GitLab