From 421b333df0585bc1cc2cdbcc51cadb7b68bfc793 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Wed, 13 May 2020 18:26:25 +0200 Subject: [PATCH] README: Update debug console key binding to reflect the new default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b77a545e03..a2aff8bafa57 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ are included for debugging ResidualVM, this should not be necessary for normal play at all! However, the curious might like to know how to access these tool. Please use at your own risk! -To enter the debug console, press `Ctrl` + `d`. Use the `help` command to +To enter the debug console, press `Ctrl` + `Alt` + `d`. Use the `help` command to display a list of the available commands. To exit, press `Escape` or type `exit` or `quit`.