From 7facc0e0755ad31b1d2678e2b84eaf14392e3fcf Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:06:38 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d3543..c9355b6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob Important VS Code notes: * You can mark segments of source node with your mouse (or keyboard) and use the TAB key to increase the level of the indentation or use SHIFT + TAB do decrease the indentation level. ​ -* CTRL + SHIFT + 7 toggles between comment and normal source code.​ +* Linux: CTRL + SHIFT + 7 toggles between comment and normal source code.​ * The function key F2 allows you to change variable and function names. VS Code goes through all the node in your Project directory and changes all occurrences of the function or variable name accordingly. The same is true if you change a file name in a project directory. ## Python: The Basics of the basics