From 04cc9eb8097d4a1e9e45400ef37ac2f8728ab17f Mon Sep 17 00:00:00 2001 From: Tim Franssen Date: Mon, 30 Oct 2023 20:36:20 +0100 Subject: [PATCH] That's not right --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc79cb1..5a0d7d8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ these commands to Chipception: | CHIP-8 keys | Qwerty keys | Function | | ----------- | ----------- | -------------------------------------- | | `A` + `1` | `Z` + `1` | Cycle through windows ("Alt-Tab") | -| `A` + `4` | `Z` + `C` | Close focussed interpreter | +| `A` + `B` | `Z` + `C` | Close focussed interpreter | | `A` + `D` | `Z` + `R` | Reset focussed interpreter | | `A` + `5` | `Z` + `W` | Move focussed window around | | `A` + `E` | `Z` + `F` | Fullscreen the window |