diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /hammer/editorkeys.txt | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'hammer/editorkeys.txt')
| -rw-r--r-- | hammer/editorkeys.txt | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/hammer/editorkeys.txt b/hammer/editorkeys.txt new file mode 100644 index 0000000..25474d1 --- /dev/null +++ b/hammer/editorkeys.txt @@ -0,0 +1,91 @@ +Tools: +Shift+B - block tool +Shift+C - camera tool +Shift+E - entity tool +Shift+G - magnify tool +Shift+V - morph tool +Shift+S - pointer (select/modify) tool +Shift+A - texture application tool +Shift+X - clipper tool + +Clipboard/Selection: +Ctrl+C - copy objects to clipboard (also ctrl+ins) +Ctrl+V - paste objects from clipboard (also shift+ins) +Ctrl+X - cut objects to clipboard (also shift+del) +Ctrl+E - center on selection (vertex/object) in all views +Shift+Q - clear selection +PgUp - previous selection in "hit" list +PgDn - next selection in "hit" list + +Grid: +[ - grid lower +] - grid higher +Shift+R - toggle grid on/off +Shift+W - toggle snap to grid + +Grouping: +Ctrl+G - group objects +Ctrl+U - ungroup objects + +Carving/Hollowing: +Ctrl+Shift+C - carve +Ctrl+H - hollow objects + +Creating objects: +Enter - create object drawn with block/entity tool +Alt+Shift+C - insert original prefab +Ctrl+R - create prefab with selected objects +Ctrl+T - create entity with selected objects. to add objects to + an existing entity, select IT and the objects and hit + Ctrl+T (you will be prompted.) + +Other object operations: +Ctrl+B - snap selected objects to grid (based on boundbox) +Alt+Enter - object properties + +File stuff: +Ctrl+N - new file +Ctrl+O - open file +Ctrl+S - save file + +Misc: +Ctrl+A - autosize 4 views to center +Shift+Z - maximize/restore view +Ctrl+M - transform dialog +Alt+P - check map for errors +F9 - run map +ESC - abort current tool mouse operation (drag/drop) + +Undo/redo: +Ctrl+Z - undo (also alt+backspace) +Ctrl+Y - redo + +2D views: +Ctrl+I - flip vertical +Ctrl+L - flip horizontal +TAB - switch view types (top/side/front) ++ / - - zoom in/out; hold CTRL to synchronize all 2D views +1 to 9 - preset zoom levels +SPACE - hold space and leftbutton to drag view +ALT - disable snap to grid while dragging with the mouse + +Morph tool: +Ctrl+F - split faces (morph mode) + +Select tool: +CTRL - hold ctrl and click to keep current selection +SHIFT - hold shift when rotating to constrain rotation to + 15 degrees. hold shift when moving to create a + copy of the original object at the new location. +(drag) - hold lbutton and drag to select with a box. press + ENTER to select objects hitting the box, or + Shift+ENTER to select objects only entirely + within the box. + +Camera tool: +SHIFT - create a new camera with shift (replaces old camera, + currently.) + +Clipper tool: +CTRL - hold CTRL to move the whole clipper (both handles) +Shift+X - press Shift+X to cycle through clipper modes
\ No newline at end of file |