]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - setup/shortcuts.ini.sample
17/12/2006
[xonotic/netradiant.git] / setup / shortcuts.ini.sample
1 ; TTimo: a sample file used as an example
2
3 ; command mapping for QERadiant
4 ;
5 ; syntax is as follows
6 ; Command name = keystroke
7 ;
8 ; use +alt, shift or ctrl to modify the keys (you can combine them)
9 ; i.e.
10 ; EntityColor = k+ctrl
11 ;
12 ; the special keys are as follows
13 ;
14 ; UP        = Cursor up
15 ; DOWN      = Cursor down
16 ; LEFT      = Cursor left
17 ; RIGHT     = Cursor right
18 ; SPACE     = space
19 ; BACKSPACE = back space
20 ; ESCAPE    = escape
21 ; END       = end
22 ; INSERT    = insert
23 ; DELETE    = delete
24 ; PAGEUP    = page up
25 ; PAGEDOWN  = page down
26 ; TAB       = tab
27 ; RETURN    = return (enter)
28 ; F1..F2    = f1 .. f12
29 ; COMMAN    = ,
30 ; PERIOD    = .
31 ; PLUS      = +
32 ; MULTIPLY  = * 
33 ; SUBTRACT  = -
34
35 [Commands]
36 EntityColor=K
37 CameraForward=UP
38 CameraBack=DOWN
39 CameraLeft=LEFT
40 CameraRight=RIGHT
41 CameraUp=A
42 CameraDown=Z
43 CameraAngleUp=A+shift
44 CameraAngleDown=Z+shift
45 CameraStrafeRight=right+shift
46 CameraStrafeLeft=left+shift
47 ToggleGrid=0
48 SetGrid1=1
49 SetGrid2=2
50 SetGrid4=3
51 SetGrid8=4
52 SetGrid16=5
53 SetGrid32=6
54 SetGrid64=7
55 DragEdges=E
56 DragVertices=V
57 ViewEntityInfo=N
58 ViewConsole=`+ctrl
59 ViewTextures=T
60 SurfaceInspector=S
61 CloneSelection=D+ctrl
62 DeleteSelection=DELETE
63 UnSelectSelection=ESCAPE
64 CenterView=SPACE
65 ZoomOut=SUBTRACT
66 ZoomIn=PLUS
67 ZZoomOut=SUBTRACT+ctrl
68 ZZoomIn=PLUS+ctrl
69 UpFloor=PAGEUP
70 DownFloor=PAGEDOWN
71 ToggleClipper=X
72 ToggleRealtime=R
73 EntityList=L
74 MapInfo=M
75 Preferences=P
76 ToggleCamera=C
77 ToggleConsole=~
78 ;ToggleView=V+ctrl
79 ;ToggleZ=Z+ctrl
80 ConnectSelection=K+ctrl
81 Brush3Sided=3+ctrl
82 Brush4Sided=4+ctrl
83 Brush5Sided=5+ctrl
84 Brush6Sided=6+ctrl
85 Brush7Sided=7+ctrl
86 Brush8Sided=8+ctrl
87 Brush9Sided=9+ctrl
88 ShowDetail=D+alt
89 MakeDetail=M+alt
90 NextLeakSpot=PAGEUP+ctrl
91 PrevLeakSpot=PAGEDOWN+ctrl
92 FileOpen=O+ctrl
93 FileSave=S+ctrl
94 Exit=X+ctrl
95 NextView=TAB+ctrl