mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 19:51:37 +00:00
Queue hotkey-watch the test cinematic...looks good on my test map, ask if you want me to send the map to you (it actually orbits around some units on that map).
This was SVN commit r3475.
This commit is contained in:
@@ -100,8 +100,7 @@ static SHotkeyInfo hotkeyInfo[] =
|
||||
{ HOTKEY_CAMERA_CINEMA_ADD, "camera.cinema.add", SDLK_l, 0 },
|
||||
{ HOTKEY_CAMERA_CINEMA_DELETE, "camera.cinema.delete", SDLK_u, 0 },
|
||||
{ HOTKEY_CAMERA_CINEMA_DELETE_ALL, "camera.cinema.delete.all", SDLK_r, 0 },
|
||||
{ HOTKEY_CAMERA_CINEMA_DRAW, "camera.cinema.draw", SDLK_d, 0 },
|
||||
{ HOTKEY_CAMERA_CINEMA_WRITE, "camera.cinema.write", SDLK_o, 0},
|
||||
{ HOTKEY_CAMERA_CINEMA_QUEUE, "camera.cinema.write", SDLK_r, 0},
|
||||
{ HOTKEY_CONSOLE_TOGGLE, "console.toggle", SDLK_F1, 0 },
|
||||
{ HOTKEY_CONSOLE_COPY, "console.copy", 0, 0 },
|
||||
{ HOTKEY_CONSOLE_PASTE, "console.paste", 0, 0 },
|
||||
|
||||
+1
-2
@@ -63,8 +63,7 @@ enum
|
||||
HOTKEY_CAMERA_CINEMA_ADD,
|
||||
HOTKEY_CAMERA_CINEMA_DELETE,
|
||||
HOTKEY_CAMERA_CINEMA_DELETE_ALL,
|
||||
HOTKEY_CAMERA_CINEMA_DRAW,
|
||||
HOTKEY_CAMERA_CINEMA_WRITE,
|
||||
HOTKEY_CAMERA_CINEMA_QUEUE,
|
||||
HOTKEY_CONSOLE_TOGGLE,
|
||||
HOTKEY_CONSOLE_COPY,
|
||||
HOTKEY_CONSOLE_PASTE,
|
||||
|
||||
Reference in New Issue
Block a user