Engine:Keyboard and mouse: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
Line 17: Line 17:
* <code>Shift-Enter</code> - create new line in console text box
* <code>Shift-Enter</code> - create new line in console text box


; World
; Move
* <code>W</code> - forward
* <code>W</code> - forward
* <code>S</code> - backward
* <code>S</code> - backward
Line 24: Line 24:
* <code>A</code> - rotate left
* <code>A</code> - rotate left
* <code>D</code> - rotate right
* <code>D</code> - rotate right
 
; Special move
* <code>Space</code> - up, jump
* <code>Space</code> - up, jump
* <code>C</code> - down, crouch
* <code>C</code> - down, crouch
* <code>N</code> - rotate left
* <code>N</code> - rotate left
* <code>W</code> - rotate right
* <code>W</code> - rotate right

Revision as of 03:00, 18 November 2023

Engine development

This is a reference for default mouse and keyboard commands in Engine.

Notes

Key

Reference

Keyboard

Basic
  • `~ - open console
  • Esc - cancel editor selection, close console, close engine
  • L - toggle show log text
  • P - toggle show framerate
Console
  • Enter - execute text in console text box
  • Shift-Enter - create new line in console text box
Move
  • W - forward
  • S - backward
  • Q - strafe left
  • E - strafe right
  • A - rotate left
  • D - rotate right
Special move
  • Space - up, jump
  • C - down, crouch
  • N - rotate left
  • W - rotate right