From 8f087bc1a580a4c13f2d35e0b6c258d4d0ebc42b Mon Sep 17 00:00:00 2001 From: MarkT Date: Wed, 21 Jul 2004 17:02:10 +0000 Subject: [PATCH] Added some informational text to system.cfg This was SVN commit r798. --- binaries/data/config/system.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/binaries/data/config/system.cfg b/binaries/data/config/system.cfg index 3d47d787ba..a79e196844 100755 --- a/binaries/data/config/system.cfg +++ b/binaries/data/config/system.cfg @@ -9,6 +9,13 @@ vsync=false ; 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 = F12, Escape hotkey.screenshot = PrtSc hotkey.wireframe = W @@ -32,8 +39,7 @@ hotkey.selection.group.snap = LeftAlt, RightAlt hotkey.selection.snap = Home hotkey.contextorder.next = CloseBracket hotkey.contextorder.previous = OpenBracket -hotkey.highlightall = o - +hotkey.highlightall = O