@@ -93,7 +93,7 @@ public class TwoModifiersComposite : InputBindingComposite
9393 /// By default, if the setting <see cref="InputSettings.shortcutKeysConsumeInput"/> is enabled,
9494 /// if <see cref="binding"/> is bound to only <see cref="Controls.ButtonControl"/>s, then the composite requires
9595 /// both <see cref="modifier1"/> and <see cref="modifier2"/> to be pressed <em>before</em> pressing <see cref="binding"/>.
96- /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed
96+ /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed, in any order,
9797 /// before pressing the <c>B</c> key. This is the behavior usually expected with keyboard shortcuts.
9898 ///
9999 /// However, when binding, for example, <c>Ctrl+Shift+MouseDelta</c>, it should be possible to press <c>ctrl</c> and <c>shift</c>
@@ -119,7 +119,7 @@ public enum ModifiersOrder
119119 /// By default, if the setting <see cref="InputSettings.shortcutKeysConsumeInput"/> is enabled,
120120 /// if <see cref="binding"/> is bound to only <see cref="Controls.ButtonControl"/>s, then the composite requires
121121 /// both <see cref="modifier1"/> and <see cref="modifier2"/> to be pressed <em>before</em> pressing <see cref="binding"/>.
122- /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed
122+ /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed, in any order,
123123 /// before pressing the <c>B</c> key. This is the behavior usually expected with keyboard shortcuts.
124124 ///
125125 /// If the setting <see cref="InputSettings.shortcutKeysConsumeInput"/> is disabled,
@@ -130,7 +130,7 @@ public enum ModifiersOrder
130130 /// <summary>
131131 /// if <see cref = "binding" /> is bound to only <see cref = "Controls.ButtonControl" /> s, then the composite requires
132132 /// both <see cref="modifier1"/> and <see cref="modifier2"/> to be pressed <em>before</em> pressing <see cref="binding"/>.
133- /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed
133+ /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed, in any order,
134134 /// before pressing the <c>B</c> key. This is the behavior usually expected with keyboard shortcuts.
135135 /// </summary>
136136 Ordered = 1 ,
@@ -149,7 +149,7 @@ public enum ModifiersOrder
149149 /// By default, if the setting <see cref="InputSettings.shortcutKeysConsumeInput"/> is enabled,
150150 /// if <see cref="binding"/> is bound to only <see cref="Controls.ButtonControl"/>s, then the composite requires
151151 /// both <see cref="modifier1"/> and <see cref="modifier2"/> to be pressed <em>before</em> pressing <see cref="binding"/>.
152- /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed
152+ /// This means that binding to, for example, <c>Ctrl+Shift+B</c>, the <c>ctrl</c> and <c>shift</c> keys have to be pressed, in any order,
153153 /// before pressing the <c>B</c> key. This is the behavior usually expected with keyboard shortcuts.
154154 ///
155155 /// If the setting <see cref="InputSettings.shortcutKeysConsumeInput"/> is disabled,
0 commit comments