Engine:Keyboard and mouse: Difference between revisions
Jump to navigation
Jump to search
| Line 51: | Line 51: | ||
* <code>F11</code> - disable trace | * <code>F11</code> - disable trace | ||
* <code>F12</code>,<code>O</code> - screenshot | * <code>F12</code>,<code>O</code> - screenshot | ||
=== Mouse === | |||
; Basic buttons | |||
* <code>Right</code> - hold to rotate left right | |||
* <code>Left</code> - fire | |||
* <code>Wheel</code> - scroll text, zoom in out | |||
Revision as of 04:36, 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- roll leftW- roll right
- Special camera
Left Ctrl- double camera control speedRight Ctrl- halve camera control speed
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
Mouse
- Basic buttons
Right- hold to rotate left rightLeft- fireWheel- scroll text, zoom in out