Engine:Keyboard and mouse: Difference between revisions
Jump to navigation
Jump to search
| Line 35: | Line 35: | ||
* <code>N</code> - rotate left | * <code>N</code> - rotate left | ||
* <code>W</code> - rotate right | * <code>W</code> - rotate right | ||
; Special function | |||
* <code>F1</code> - toggle attach camera to self, first person | |||
* <code>F2</code> - toggle attach camera to self, third person | |||
Revision as of 03: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- forwardS- backwardQ- strafe leftE- strafe rightA- rotate leftD- rotate right
- Special move
Space- up, jumpC- down, crouchN- rotate leftW- rotate right
- Special function
F1- toggle attach camera to self, first personF2- toggle attach camera to self, third person