From d849471ce08c727a72093e2acd46769b4dc17192 Mon Sep 17 00:00:00 2001 From: Frederic Sinn Date: Wed, 11 Aug 2021 10:33:39 +0200 Subject: [PATCH] docs: Selecting multiple items on MacOS with command key --- .../tutorial/06-bindings/07-multiple-select-bindings/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md b/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md index e7b625c6d6..2263ddf040 100644 --- a/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md +++ b/site/content/tutorial/06-bindings/07-multiple-select-bindings/text.md @@ -18,4 +18,4 @@ Returning to our [earlier ice cream example](tutorial/group-inputs), we can repl ``` -> Press and hold the `control` key for selecting multiple options. +> Press and hold the `control` key (on Windows) or the `command` key (on MacOS) for selecting multiple options.