summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-08-17 11:26:16 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-08-17 11:26:16 +0200
commit391c51aa5653833a4ff9b1ff1c56804b57e3b642 (patch)
treeb8b23987c1479d618bd8002492984e34ccd6439a
parent417239ee6dd795fd064e635b022895a50698fe0e (diff)
parent6e2b311c3334ccf955bb0a763aeef1e25dd5e776 (diff)
downloadredot-engine-391c51aa5653833a4ff9b1ff1c56804b57e3b642.tar.gz
Merge pull request #80567 from Alex2782/keyboard_shortcut_guidelines
Change documentation spelling of macOS key 'Command' to match guidelines
-rw-r--r--doc/classes/InputEventWithModifiers.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/InputEventWithModifiers.xml b/doc/classes/InputEventWithModifiers.xml
index 8bb3850dc2..5c018b0c56 100644
--- a/doc/classes/InputEventWithModifiers.xml
+++ b/doc/classes/InputEventWithModifiers.xml
@@ -19,7 +19,7 @@
<method name="is_command_or_control_pressed" qualifiers="const">
<return type="bool" />
<description>
- On macOS, returns [code]true[/code] if [kbd]Meta[/kbd] ([kbd]Command[/kbd]) is pressed.
+ On macOS, returns [code]true[/code] if [kbd]Meta[/kbd] ([kbd]Cmd[/kbd]) is pressed.
On other platforms, returns [code]true[/code] if [kbd]Ctrl[/kbd] is pressed.
</description>
</method>
@@ -29,7 +29,7 @@
State of the [kbd]Alt[/kbd] modifier.
</member>
<member name="command_or_control_autoremap" type="bool" setter="set_command_or_control_autoremap" getter="is_command_or_control_autoremap" default="false">
- Automatically use [kbd]Meta[/kbd] ([kbd]Command[/kbd]) on macOS and [kbd]Ctrl[/kbd] on other platforms. If [code]true[/code], [member ctrl_pressed] and [member meta_pressed] cannot be set.
+ Automatically use [kbd]Meta[/kbd] ([kbd]Cmd[/kbd]) on macOS and [kbd]Ctrl[/kbd] on other platforms. If [code]true[/code], [member ctrl_pressed] and [member meta_pressed] cannot be set.
</member>
<member name="ctrl_pressed" type="bool" setter="set_ctrl_pressed" getter="is_ctrl_pressed" default="false">
State of the [kbd]Ctrl[/kbd] modifier.