1
0
forked from 0ad/0ad
0ad/binaries/data/config/system.cfg
MarkT d8b5d3a78d Directory structure shuffle.
This was SVN commit r886.
2004-08-02 23:14:06 +00:00

86 lines
2.5 KiB
INI
Executable File

; System settings:
novbo=true
shadows=true
vsync=false
; You can specify these as well, but the default (keeping the current resolution) is
; probably best for most people.
; xres = 1280
; yres = 960
; General preferences:
; selection.outline.quality = 9; ( higher => very slightly slower, better quality)
; view.scroll.speed = 60
; view.rotate.speed = 0.002
; view.rotate.abouttarget.speed = 0.01
; view.drag.speed = 0.5
; view.zoom.speed = 256.0
; view.zoom.wheel.speed = 16.0
; view.zoom.smoothness = 0.02 ; between 0 and 1
; view.snap.smoothness = 0.02 ; less is sharper, more is softer
; Hotkey mappings:
; Each one of the specified keys will trigger the action on the left
; for multiple-key combinations, separate keys with '+' and enclose the entire thing
; in doublequotes.
; The keys you can use are in source/lib/KeyNames.cpp. I realise this isn't particularly
; useful for people without access to said file.
hotkey.exit = Escape, "Ctrl+F4"
hotkey.screenshot = PrtSc
hotkey.wireframe = W
hotkey.camera.reset = "H"
hotkey.camera.reset.origin = "Ctrl+H"
hotkey.camera.zoom.in = Plus, Equals, NumPlus
hotkey.camera.zoom.out = Minus, NumMinus
hotkey.camera.zoom.wheel.in = WheelDown
hotkey.camera.zoom.wheel.out = WheelUp
hotkey.camera.rotate = "Ctrl+MouseMiddle"
hotkey.camera.rotate.abouttarget = "MouseLeft+MouseRight"
hotkey.camera.pan = MouseMiddle, ForwardSlash
hotkey.camera.pan.left = LeftArrow
hotkey.camera.pan.right = RightArrow
hotkey.camera.pan.forward = UpArrow
hotkey.camera.pan.backward = DownArrow
hotkey.camera.bookmark.0 = F5
hotkey.camera.bookmark.1 = F6
hotkey.camera.bookmark.2 = F7
hotkey.camera.bookmark.3 = F8
hotkey.camera.bookmark.save = Ctrl
hotkey.camera.bookmark.snap = Alt
hotkey.console.toggle = F1
hotkey.console.copy = "Ctrl+C"
hotkey.console.paste = Insert, "Ctrl+V"
hotkey.selection.add = Shift
hotkey.selection.remove = Ctrl
hotkey.selection.group.0 = 0
hotkey.selection.group.1 = 1
hotkey.selection.group.2 = 2
hotkey.selection.group.3 = 3
hotkey.selection.group.4 = 4
hotkey.selection.group.5 = 5
hotkey.selection.group.6 = 6
hotkey.selection.group.7 = 7
hotkey.selection.group.8 = 8
hotkey.selection.group.9 = 9
hotkey.selection.group.add = Shift
hotkey.selection.group.save = Ctrl
hotkey.selection.group.snap = Alt
hotkey.selection.snap = Home
hotkey.contextorder.next = LeftBracket
hotkey.contextorder.previous = RightBracket
hotkey.highlightall = O
hotkey.orbital.toggle = V
hotkey.orbital.cheat = "LeftCtrl+Backslash"
hotkey.dudemachine.random = "Ctrl+ForwardSlash"