From 6cf1499eaf46f4781ffd2bdf8280a0cfe169a160 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 17 Dec 2019 18:26:21 +0100 Subject: [PATCH] Improve the `KEY_MASK_CMD` documentation --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index b25de3cf999..e84e265983e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -879,7 +879,7 @@ Ctrl key mask. - Cmd key mask. + Command key mask. On macOS, this is equivalent to [constant KEY_MASK_META]. On other platforms, this is equivalent to [constant KEY_MASK_CTRL]. This mask should be preferred to [constant KEY_MASK_META] or [constant KEY_MASK_CTRL] for system shortcuts as it handles all platforms correctly. Keypad key mask.