You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,37 +95,32 @@ public class Position : IEquatable<Position>
97
95
/// On OS X, the Command key is mapped to SCMOD_CTRL and the Control key to SCMOD_META.SCMOD_SUPER is only available on GTK+ which is commonly the Windows key.
98
96
/// If you are building a table, you might want to use SCMOD_NORM, which has the value 0, to mean no modifiers.
99
97
/// </summary>
100
-
publicclassKeyModifier
98
+
/// <remarks>
99
+
/// The key code is a visible or control character or a key from the SCK_* enumeration, which contains:
/// SCK_RETURN, SCK_RIGHT, SCK_RWIN, SCK_SUBTRACT, SCK_TAB, SCK_UP, and SCK_WIN.
102
+
///
103
+
/// The modifiers are a combination of zero or more of SCMOD_ALT, SCMOD_CTRL, SCMOD_SHIFT, SCMOD_META, and SCMOD_SUPER.
104
+
/// On OS X, the Command key is mapped to SCMOD_CTRL and the Control key to SCMOD_META.SCMOD_SUPER is only available on GTK+ which is commonly the Windows key.
105
+
/// If you are building a table, you might want to use SCMOD_NORM, which has the value 0, to mean no modifiers.
/// SCK_RETURN, SCK_RIGHT, SCK_RWIN, SCK_SUBTRACT, SCK_TAB, SCK_UP, and SCK_WIN.
108
-
///
109
-
/// The modifiers are a combination of zero or more of SCMOD_ALT, SCMOD_CTRL, SCMOD_SHIFT, SCMOD_META, and SCMOD_SUPER.
110
-
/// On OS X, the Command key is mapped to SCMOD_CTRL and the Control key to SCMOD_META.SCMOD_SUPER is only available on GTK+ which is commonly the Windows key.
111
-
/// If you are building a table, you might want to use SCMOD_NORM, which has the value 0, to mean no modifiers.
0 commit comments