Index: ps/trunk/binaries/data/mods/public/gui/hotkeys/spec/camera.json =================================================================== --- ps/trunk/binaries/data/mods/public/gui/hotkeys/spec/camera.json +++ ps/trunk/binaries/data/mods/public/gui/hotkeys/spec/camera.json @@ -19,6 +19,10 @@ "name": "Focus on rallypoint", "desc": "Focus the camera on the rally point of the selected building." }, + "camera.lastattackfocus": { + "name": "Focus on last attack notification", + "desc": "Focus the camera on the position of the last attack notification." + }, "camera.zoom.in": { "name": "Zoom in", "desc": "Zoom camera in." Index: ps/trunk/binaries/data/mods/public/gui/hotkeys/spec/ingame.json =================================================================== --- ps/trunk/binaries/data/mods/public/gui/hotkeys/spec/ingame.json +++ ps/trunk/binaries/data/mods/public/gui/hotkeys/spec/ingame.json @@ -166,6 +166,14 @@ "session.queueunit.autoqueueoff": { "name": "Deactivate auto-queue", "desc": "Turn off Auto-Queue for selected structures." + }, + "session.flare": { + "name": "Flare (hold)", + "desc": "Set the cursor to Flare while this hotkey is pressed." + }, + "session.flareactivate": { + "name": "Flare (toggle)", + "desc": "Set the cursor to Flare. The hotkey can be released." } } }