@@ -25,7 +25,7 @@ static Hotkeys()
25
25
new HotkeyDefinition ( "Open File" , "Open an existing map" , HotkeysMediator . FileOpen , "Ctrl+O" ) ,
26
26
new HotkeyDefinition ( "Save File" , "Save the currently opened map" , HotkeysMediator . FileSave , "Ctrl+S" ) ,
27
27
new HotkeyDefinition ( "Save File As..." , "Save the currently opened map" , HotkeysMediator . FileSaveAs , "Ctrl+Alt+S" ) ,
28
- new HotkeyDefinition ( "Compile Map" , "Compile the currently opened map" , HotkeysMediator . FileCompile , "F9" ) ,
28
+ new HotkeyDefinition ( "Export Map" , "Export or lightmap the currently opened map" , HotkeysMediator . FileCompile , "F9" ) ,
29
29
30
30
new HotkeyDefinition ( "Increase Grid Size" , "Increase the current grid size" , HotkeysMediator . GridIncrease , "]" ) ,
31
31
new HotkeyDefinition ( "Decrease Grid Size" , "Decrease the current grid size" , HotkeysMediator . GridDecrease , "[" ) ,
@@ -84,10 +84,8 @@ static Hotkeys()
84
84
new HotkeyDefinition ( "Entity Tool" , "Switch to the entity tool" , HotkeysMediator . SwitchTool , HotkeyTool . Entity , "Shift+E" ) ,
85
85
new HotkeyDefinition ( "Brush Tool" , "Switch to the brush tool" , HotkeysMediator . SwitchTool , HotkeyTool . Brush , "Shift+B" ) ,
86
86
new HotkeyDefinition ( "Texture Tool" , "Switch to the texture application tool" , HotkeysMediator . SwitchTool , HotkeyTool . Texture , "Shift+A" ) ,
87
- new HotkeyDefinition ( "Decal Tool" , "Switch to the decal tool" , HotkeysMediator . SwitchTool , HotkeyTool . Decal , "Shift+D" ) ,
88
87
new HotkeyDefinition ( "Clip Tool" , "Switch to the clipping tool" , HotkeysMediator . SwitchTool , HotkeyTool . Clip , "Shift+X" ) ,
89
88
new HotkeyDefinition ( "Vertex Manipulation Tool" , "Switch to the vertex manipulation tool" , HotkeysMediator . SwitchTool , HotkeyTool . VM , "Shift+V" ) ,
90
- new HotkeyDefinition ( "Cordon Tool" , "Switch to the cordon tool" , HotkeysMediator . SwitchTool , HotkeyTool . Cordon , "Shift+K" ) ,
91
89
92
90
new HotkeyDefinition ( "Apply Current Texture" , "Apply the current texture to the selection." , HotkeysMediator . ApplyCurrentTextureToSelection , "Shift+T" ) ,
93
91
0 commit comments