Help:UnrealEd keyboard shortcuts

From Killing Floor Wiki
(Redirected from Mapping:Hotkeys)
Jump to: navigation, search

The hotkey library for the Killing Floor SDK

Hotkeys can get things done a lot quicker when compared to scrolling around with the mouse in the editor. It is also possible to create your own hotkeys if you want or need to get things done without consuming so much time.

[edit] Default hotkeys

[edit] Creating your own hotkeys

I've never done this myself, but there is a handy tutorial i stumbled upon a while back and saved on my pc, here it is:

It is possible to set your own hotkeys for some actions. This can be done for any action that involves an unreal command. To see if what you want to do applies, and how to add the hotkey, do the following:

1. In the Unreal editor, do the action that you want to hotkey (So, if you want to hotkey the BSP brush Add, do this with the standard buttons).
2. Open up the generic browser, and then go to the tab on the top labeled "Log".
3. Find the line(s) that correspond to the action that you want to hotkey:

4. If you can create a hotkey from your action, note the command.
5. In your simple text editor of choice (probably notepad++ or notepad) open C:\Documents and Settings\Your username\My Documents\My Games\Unreal Tournament 3\UTGame\Config\UTEditorKeyBindings.ini.
6. Here you will see lines in the following format:

7. Put an enter or two after the last command, make a comment to the effect of "//custom keys" just to keep things organized.
8. After that, copy one of the factory commands, and paste it after your commment.
9. Edit the boolean modifier key variables, the key variable, and then type or copy the command for your action into the CommandName variable.
10. Save UTEditorKeyBindings.ini.
11. Your key bindings should work the next time you start up Unreal Editor.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox