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
Copy file name to clipboardExpand all lines: src/named_key.rs
+2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ pub enum NamedKey {
40
40
FnLock,
41
41
/// The <kbd>Meta</kbd> key, to enable meta modifier function for interpreting concurrent or subsequent keyboard input.
42
42
/// This key value is used for the <q>Windows Logo</q> key and the Apple <kbd>Command</kbd> or <kbd>⌘</kbd> key.
43
+
#[doc(alias = "Super")]
43
44
Meta,
44
45
/// The <kbd>NumLock</kbd> or Number Lock key, to toggle numpad mode function for interpreting subsequent keyboard input.
45
46
NumLock,
@@ -58,6 +59,7 @@ pub enum NamedKey {
58
59
#[deprecated = "marked as legacy in the spec, use Meta instead"]
59
60
Super,
60
61
/// The <kbd>Enter</kbd> or <kbd>↵</kbd> key, to activate current selection or accept current input.<br/> This key value is also used for the <kbd>Return</kbd> (Macintosh numpad) key.<br/> This key value is also used for the Android <code class="android">KEYCODE_DPAD_CENTER</code>.
0 commit comments