diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-12-17 18:26:21 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-12-17 18:26:21 +0100 |
commit | 6cf1499eaf46f4781ffd2bdf8280a0cfe169a160 (patch) | |
tree | ce5c474dfa0f292b3fcfebaf5f4bca12b3698c5c | |
parent | 0dd6079e4e4bc773c01bb85858d0a56b5b756d8f (diff) |
Improve the `KEY_MASK_CMD` documentation
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index b25de3cf99..e84e265983 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -879,7 +879,7 @@ Ctrl key mask. </constant> <constant name="KEY_MASK_CMD" value="268435456" enum="KeyModifierMask"> - 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. </constant> <constant name="KEY_MASK_KPAD" value="536870912" enum="KeyModifierMask"> Keypad key mask. |