Added `quit` command and corrected `toggle fullscreen` keybindings in the docs

Fixes #30.
This commit is contained in:
Scott Wadden 2023-12-01 00:27:16 -04:00
parent a9c21e0798
commit e615af8899
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
- `Shift` - run.
- `C` - go down while flying.
- `~` - toggle the console.
- `F` - toggle fullscreen.
- `Cmd`+`Ctrl`+`F` - toggle fullscreen in macOS.
- `Alt`+`Enter` - toggle fullscreen in Windows/Linux.
- `Cmd`+`Q` / `Ctrl`+`Q` - Quit Enu.
- `1` - enter edit mode.
- `2 - 9` - change active action.
- `Mouse Wheel Up` / `Down` - change active action.