Advertisement
Guest User

Space Engineers Block Rotation

a guest
Dec 4th, 2014
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ;======================================================
  2. ; Ctrl+W/A/S/D/Q/E - Block Rotation
  3. ; (disable Control for Fire in keybinds, leave the defaults for rotation)
  4. ;======================================================
  5. ; Default binds:
  6. ; +X: Insert
  7. ; -X: Delete
  8. ; +Y: Home
  9. ; -Y: End
  10. ; +Z: PgUp
  11. ; -Z: PgDown
  12. ; ----------------
  13. ; Modifiers:
  14. ; ^: Ctrl / !: Alt / +: Shift
  15. ;======================================================
  16. ^w::Home
  17. ^s::End
  18. ^a::Delete
  19. ^d::PgDn
  20. ^q::Insert
  21. ^e::PgUp
  22. ;======================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement