1
0
forked from 0ad/0ad

-hotkey for cinematic interface (not working)

This was SVN commit r3443.
This commit is contained in:
pyrolink 2006-01-29 23:27:16 +00:00
parent 6af039def8
commit bbbb9e12af

View File

@ -24,7 +24,7 @@
; System settings:
novbo=false
shadows=true
;shadows=true
vsync=false
; Specify the render path. This can be one of:
@ -112,7 +112,7 @@ hotkey.exit = Escape, "Ctrl+F4" ; Exit to desktop.
hotkey.pause = Pause ; Pause/unpause game.
hotkey.screenshot = F2 ; Take PNG screenshot.
hotkey.bigscreenshot = "Ctrl+Alt+F2" ; Take large BMP screenshot.
hotkey.screenshot.watermark = "W" ; Toggle product/company watermark for official screenshots.
hotkey.screenshot.watermark = "W" ; Toggle product/company watermark for official
hotkey.wireframe = "Alt+W" ; Toggle wireframe mode.
; > CAMERA SETTINGS
@ -142,6 +142,12 @@ hotkey.camera.bookmark.3 = F8 ; Saved bookmark 4.
hotkey.camera.bookmark.save = Ctrl ; +bookmark: Save screen as bookmark.
hotkey.camera.bookmark.snap = Alt ; +bookmark: "check up" on bookmark.
;camera.cinema.add = "L"
;camera.cinema.delete = "U"
;camera.cinema.delete.all = "R"
;camera.cinema.draw = "D"
;camera.cinema.write = "O"
; > CONSOLE SETTINGS
hotkey.console.toggle = BackQuote, F9 ; Open/close console.
hotkey.console.copy = "Ctrl+C" ; Copy from console to clipboard.