Engine:Keyboard and mouse: Difference between revisions
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
* <code>W</code> - rotate right | * <code>W</code> - rotate right | ||
; Special | ; Special camera | ||
* <code>F1</code> - toggle attach camera to self, first person | * <code>F1</code> - toggle attach camera to self, first person | ||
* <code>F2</code> - toggle attach camera to self, third person | * <code>F2</code> - toggle attach camera to self, third person | ||
* <code>F3</code> - save camera position | * <code>F3</code> - save camera position | ||
* <code>F4</code> - set camera to saved position | * <code>F4</code> - set camera to saved position | ||
; Special function | |||
* <code>F5</code> - enable world ai | |||
* <code>F6</code> - disable world ai | |||
* <code>F10</code> - enable trace | |||
* <code>F11</code> - disable trace | |||
* <code>F12</code>,<code>O</code> - screenshot | |||
Revision as of 04:23, 18 November 2023
This is a reference for default mouse and keyboard commands in Engine.
Notes
- This is the general default key and mouse setup used for testing
- In text/console mode the keyboard and mouse behave differently
Reference
Keyboard
- Basic
`~- open consoleEsc- cancel editor selection, close console, close engine
- Console
Enter- execute text in console text boxShift-Enter- create new line in console text box
- Display toggles
P- toggle show framerateL- toggle show log textT- toggle show test 1 (C draw lines)I- toggle show test 2 (Script draw lines)
- Move
W,Up- forwardS,Down- backwardQ,,- strafe leftE,.- strafe rightA,Left- rotate leftD,Right- rotate right
- Special move
Space- up, jumpC- down, crouchN- rotate leftW- rotate right
- Special camera
F1- toggle attach camera to self, first personF2- toggle attach camera to self, third personF3- save camera positionF4- set camera to saved position
- Special function
F5- enable world aiF6- disable world aiF10- enable traceF11- disable traceF12,O- screenshot