From fb1bddbddec8532f6814cb0891762ea26d829ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sat, 19 Feb 2022 11:09:07 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 921e284..a9b445a 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -12,7 +12,7 @@ Two main things could go wrong: 1. The key sequence (`^L` in the example) does not match the key sequence being sent to the terminal: - You can see the exact sequence a keyboard shortcut sents by pressing `CTRL`+`V` and then the keyboard shortcut. + You can see the exact sequence a keyboard shortcut sends by pressing `CTRL`+`V` and then the keyboard shortcut. For example: `CTRL`+`V`, `CTRL`+`L` will output `^L` (`^` represents the Control key). 2. The command executed (`clear-screen` in the example) has an error. In that case, post both the key binding and