From 41656fa1d71b9fb8f304efb717e5559af7c617db Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 25 Feb 2026 17:38:43 +0100 Subject: [PATCH 1/2] Update shortcuts section with key events Corrected a typo from 'SHIT' to 'SHIFT' in the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2cbbc76efa..f73ac7b603 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ Using the control (CTRL) key, you activate GUI shortcuts such as: Using the SHIFT key, you activate the scene interactions such as the mouse interaction. +Using the SHIT + CTRL keys, you will trigger events on key pressed/released. + + ### Command Line Options `runSofaGLFW` accepts the following command line options: From 0404391b29ed8e71e38985165e56b34c402bbb1c Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 25 Feb 2026 19:04:52 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Themis Skamagkis <70031729+th-skam@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f73ac7b603..c68923d4b6 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Using the control (CTRL) key, you activate GUI shortcuts such as: Using the SHIFT key, you activate the scene interactions such as the mouse interaction. -Using the SHIT + CTRL keys, you will trigger events on key pressed/released. +Using the SHIFT + CTRL keys, you will trigger events on key pressed/released. ### Command Line Options