From e615af88990bf26c3d6c33fa6e2fbc51d355879e Mon Sep 17 00:00:00 2001 From: Scott Wadden Date: Fri, 1 Dec 2023 00:27:16 -0400 Subject: [PATCH] Added `quit` command and corrected `toggle fullscreen` keybindings in the docs Fixes #30. --- docs/book/intro/controls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/book/intro/controls.md b/docs/book/intro/controls.md index 29a1b39e..2754b295 100644 --- a/docs/book/intro/controls.md +++ b/docs/book/intro/controls.md @@ -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.