1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix file menu for editor, restore menu order, add shortcut for quick saving

This commit is contained in:
Gymnasiast
2015-08-20 12:13:08 +02:00
parent c0ac3ba06d
commit 93d49e314e
7 changed files with 40 additions and 18 deletions

View File

@@ -974,6 +974,7 @@ static const uint16 _defaultShortcutKeys[SHORTCUT_COUNT] = {
SDL_SCANCODE_DOWN, // SHORTCUT_SCROLL_MAP_DOWN
SDL_SCANCODE_RIGHT, // SHORTCUT_SCROLL_MAP_RIGHT
SDL_SCANCODE_C, // SHORTCUT_OPEN_CHAT_WINDOW
CTRL | SDL_SCANCODE_F10, // SHORTCUT_QUICK_SAVE_GAME
};
#define SHORTCUT_FILE_VERSION 1