Fixed typo

This commit is contained in:
Mikalai Turankou 2024-09-16 14:11:54 +03:00
parent 1a21487540
commit f9822a22f2
1 changed files with 106 additions and 106 deletions

View File

@ -40,322 +40,322 @@ const (
// MetaKey is the mask of the "meta" key // MetaKey is the mask of the "meta" key
MetaKey ControlKeyMask = 8 MetaKey ControlKeyMask = 8
// KeyA reresent "A" key on the keyboard // KeyA represent "A" key on the keyboard
KeyA KeyCode = "KeyA" KeyA KeyCode = "KeyA"
// KeyB reresent "B" key on the keyboard // KeyB represent "B" key on the keyboard
KeyB KeyCode = "KeyB" KeyB KeyCode = "KeyB"
// KeyC reresent "C" key on the keyboard // KeyC represent "C" key on the keyboard
KeyC KeyCode = "KeyC" KeyC KeyCode = "KeyC"
// KeyD reresent "D" key on the keyboard // KeyD represent "D" key on the keyboard
KeyD KeyCode = "KeyD" KeyD KeyCode = "KeyD"
// KeyE reresent "E" key on the keyboard // KeyE represent "E" key on the keyboard
KeyE KeyCode = "KeyE" KeyE KeyCode = "KeyE"
// KeyF reresent "F" key on the keyboard // KeyF represent "F" key on the keyboard
KeyF KeyCode = "KeyF" KeyF KeyCode = "KeyF"
// KeyG reresent "G" key on the keyboard // KeyG represent "G" key on the keyboard
KeyG KeyCode = "KeyG" KeyG KeyCode = "KeyG"
// KeyH reresent "H" key on the keyboard // KeyH represent "H" key on the keyboard
KeyH KeyCode = "KeyH" KeyH KeyCode = "KeyH"
// KeyI reresent "I" key on the keyboard // KeyI represent "I" key on the keyboard
KeyI KeyCode = "KeyI" KeyI KeyCode = "KeyI"
// KeyJ reresent "J" key on the keyboard // KeyJ represent "J" key on the keyboard
KeyJ KeyCode = "KeyJ" KeyJ KeyCode = "KeyJ"
// KeyK reresent "K" key on the keyboard // KeyK represent "K" key on the keyboard
KeyK KeyCode = "KeyK" KeyK KeyCode = "KeyK"
// KeyL reresent "L" key on the keyboard // KeyL represent "L" key on the keyboard
KeyL KeyCode = "KeyL" KeyL KeyCode = "KeyL"
// KeyM reresent "M" key on the keyboard // KeyM represent "M" key on the keyboard
KeyM KeyCode = "KeyM" KeyM KeyCode = "KeyM"
// KeyN reresent "N" key on the keyboard // KeyN represent "N" key on the keyboard
KeyN KeyCode = "KeyN" KeyN KeyCode = "KeyN"
// KeyO reresent "O" key on the keyboard // KeyO represent "O" key on the keyboard
KeyO KeyCode = "KeyO" KeyO KeyCode = "KeyO"
// KeyP reresent "P" key on the keyboard // KeyP represent "P" key on the keyboard
KeyP KeyCode = "KeyP" KeyP KeyCode = "KeyP"
// KeyQ reresent "Q" key on the keyboard // KeyQ represent "Q" key on the keyboard
KeyQ KeyCode = "KeyQ" KeyQ KeyCode = "KeyQ"
// KeyR reresent "R" key on the keyboard // KeyR represent "R" key on the keyboard
KeyR KeyCode = "KeyR" KeyR KeyCode = "KeyR"
// KeyS reresent "S" key on the keyboard // KeyS represent "S" key on the keyboard
KeyS KeyCode = "KeyS" KeyS KeyCode = "KeyS"
// KeyT reresent "T" key on the keyboard // KeyT represent "T" key on the keyboard
KeyT KeyCode = "KeyT" KeyT KeyCode = "KeyT"
// KeyU reresent "U" key on the keyboard // KeyU represent "U" key on the keyboard
KeyU KeyCode = "KeyU" KeyU KeyCode = "KeyU"
// KeyV reresent "V" key on the keyboard // KeyV represent "V" key on the keyboard
KeyV KeyCode = "KeyV" KeyV KeyCode = "KeyV"
// KeyW reresent "W" key on the keyboard // KeyW represent "W" key on the keyboard
KeyW KeyCode = "KeyW" KeyW KeyCode = "KeyW"
// KeyX reresent "X" key on the keyboard // KeyX represent "X" key on the keyboard
KeyX KeyCode = "KeyX" KeyX KeyCode = "KeyX"
// KeyY reresent "Y" key on the keyboard // KeyY represent "Y" key on the keyboard
KeyY KeyCode = "KeyY" KeyY KeyCode = "KeyY"
// KeyZ reresent "Z" key on the keyboard // KeyZ represent "Z" key on the keyboard
KeyZ KeyCode = "KeyZ" KeyZ KeyCode = "KeyZ"
// Digit0Key reresent "Digit0" key on the keyboard // Digit0Key represent "Digit0" key on the keyboard
Digit0Key KeyCode = "Digit0" Digit0Key KeyCode = "Digit0"
// Digit1Key reresent "Digit1" key on the keyboard // Digit1Key represent "Digit1" key on the keyboard
Digit1Key KeyCode = "Digit1" Digit1Key KeyCode = "Digit1"
// Digit2Key reresent "Digit2" key on the keyboard // Digit2Key represent "Digit2" key on the keyboard
Digit2Key KeyCode = "Digit2" Digit2Key KeyCode = "Digit2"
// Digit3Key reresent "Digit3" key on the keyboard // Digit3Key represent "Digit3" key on the keyboard
Digit3Key KeyCode = "Digit3" Digit3Key KeyCode = "Digit3"
// Digit4Key reresent "Digit4" key on the keyboard // Digit4Key represent "Digit4" key on the keyboard
Digit4Key KeyCode = "Digit4" Digit4Key KeyCode = "Digit4"
// Digit5Key reresent "Digit5" key on the keyboard // Digit5Key represent "Digit5" key on the keyboard
Digit5Key KeyCode = "Digit5" Digit5Key KeyCode = "Digit5"
// Digit6Key reresent "Digit6" key on the keyboard // Digit6Key represent "Digit6" key on the keyboard
Digit6Key KeyCode = "Digit6" Digit6Key KeyCode = "Digit6"
// Digit7Key reresent "Digit7" key on the keyboard // Digit7Key represent "Digit7" key on the keyboard
Digit7Key KeyCode = "Digit7" Digit7Key KeyCode = "Digit7"
// Digit8Key reresent "Digit8" key on the keyboard // Digit8Key represent "Digit8" key on the keyboard
Digit8Key KeyCode = "Digit8" Digit8Key KeyCode = "Digit8"
// Digit9Key reresent "Digit9" key on the keyboard // Digit9Key represent "Digit9" key on the keyboard
Digit9Key KeyCode = "Digit9" Digit9Key KeyCode = "Digit9"
// SpaceKey reresent "Space" key on the keyboard // SpaceKey represent "Space" key on the keyboard
SpaceKey KeyCode = "Space" SpaceKey KeyCode = "Space"
// MinusKey reresent "Minus" key on the keyboard // MinusKey represent "Minus" key on the keyboard
MinusKey KeyCode = "Minus" MinusKey KeyCode = "Minus"
// EqualKey reresent "Equal" key on the keyboard // EqualKey represent "Equal" key on the keyboard
EqualKey KeyCode = "Equal" EqualKey KeyCode = "Equal"
// IntlBackslashKey reresent "IntlBackslash" key on the keyboard // IntlBackslashKey represent "IntlBackslash" key on the keyboard
IntlBackslashKey KeyCode = "IntlBackslash" IntlBackslashKey KeyCode = "IntlBackslash"
// BracketLeftKey reresent "BracketLeft" key on the keyboard // BracketLeftKey represent "BracketLeft" key on the keyboard
BracketLeftKey KeyCode = "BracketLeft" BracketLeftKey KeyCode = "BracketLeft"
// BracketRightKey reresent "BracketRight" key on the keyboard // BracketRightKey represent "BracketRight" key on the keyboard
BracketRightKey KeyCode = "BracketRight" BracketRightKey KeyCode = "BracketRight"
// SemicolonKey reresent "Semicolon" key on the keyboard // SemicolonKey represent "Semicolon" key on the keyboard
SemicolonKey KeyCode = "Semicolon" SemicolonKey KeyCode = "Semicolon"
// CommaKey reresent "Comma" key on the keyboard // CommaKey represent "Comma" key on the keyboard
CommaKey KeyCode = "Comma" CommaKey KeyCode = "Comma"
// PeriodKey reresent "Period" key on the keyboard // PeriodKey represent "Period" key on the keyboard
PeriodKey KeyCode = "Period" PeriodKey KeyCode = "Period"
// QuoteKey reresent "Quote" key on the keyboard // QuoteKey represent "Quote" key on the keyboard
QuoteKey KeyCode = "Quote" QuoteKey KeyCode = "Quote"
// BackquoteKey reresent "Backquote" key on the keyboard // BackquoteKey represent "Backquote" key on the keyboard
BackquoteKey KeyCode = "Backquote" BackquoteKey KeyCode = "Backquote"
// SlashKey reresent "Slash" key on the keyboard // SlashKey represent "Slash" key on the keyboard
SlashKey KeyCode = "Slash" SlashKey KeyCode = "Slash"
// EscapeKey reresent "Escape" key on the keyboard // EscapeKey represent "Escape" key on the keyboard
EscapeKey KeyCode = "Escape" EscapeKey KeyCode = "Escape"
// EnterKey reresent "Enter" key on the keyboard // EnterKey represent "Enter" key on the keyboard
EnterKey KeyCode = "Enter" EnterKey KeyCode = "Enter"
// TabKey reresent "Tab" key on the keyboard // TabKey represent "Tab" key on the keyboard
TabKey KeyCode = "Tab" TabKey KeyCode = "Tab"
// CapsLockKey reresent "CapsLock" key on the keyboard // CapsLockKey represent "CapsLock" key on the keyboard
CapsLockKey KeyCode = "CapsLock" CapsLockKey KeyCode = "CapsLock"
// DeleteKey reresent "Delete" key on the keyboard // DeleteKey represent "Delete" key on the keyboard
DeleteKey KeyCode = "Delete" DeleteKey KeyCode = "Delete"
// InsertKey reresent "Insert" key on the keyboard // InsertKey represent "Insert" key on the keyboard
InsertKey KeyCode = "Insert" InsertKey KeyCode = "Insert"
// HelpKey reresent "Help" key on the keyboard // HelpKey represent "Help" key on the keyboard
HelpKey KeyCode = "Help" HelpKey KeyCode = "Help"
// BackspaceKey reresent "Backspace" key on the keyboard // BackspaceKey represent "Backspace" key on the keyboard
BackspaceKey KeyCode = "Backspace" BackspaceKey KeyCode = "Backspace"
// PrintScreenKey reresent "PrintScreen" key on the keyboard // PrintScreenKey represent "PrintScreen" key on the keyboard
PrintScreenKey KeyCode = "PrintScreen" PrintScreenKey KeyCode = "PrintScreen"
// ScrollLockKey reresent "ScrollLock" key on the keyboard // ScrollLockKey represent "ScrollLock" key on the keyboard
ScrollLockKey KeyCode = "ScrollLock" ScrollLockKey KeyCode = "ScrollLock"
// PauseKey reresent "Pause" key on the keyboard // PauseKey represent "Pause" key on the keyboard
PauseKey KeyCode = "Pause" PauseKey KeyCode = "Pause"
// ContextMenuKey reresent "ContextMenu" key on the keyboard // ContextMenuKey represent "ContextMenu" key on the keyboard
ContextMenuKey KeyCode = "ContextMenu" ContextMenuKey KeyCode = "ContextMenu"
// ArrowLeftKey reresent "ArrowLeft" key on the keyboard // ArrowLeftKey represent "ArrowLeft" key on the keyboard
ArrowLeftKey KeyCode = "ArrowLeft" ArrowLeftKey KeyCode = "ArrowLeft"
// ArrowRightKey reresent "ArrowRight" key on the keyboard // ArrowRightKey represent "ArrowRight" key on the keyboard
ArrowRightKey KeyCode = "ArrowRight" ArrowRightKey KeyCode = "ArrowRight"
// ArrowUpKey reresent "ArrowUp" key on the keyboard // ArrowUpKey represent "ArrowUp" key on the keyboard
ArrowUpKey KeyCode = "ArrowUp" ArrowUpKey KeyCode = "ArrowUp"
// ArrowDownKey reresent "ArrowDown" key on the keyboard // ArrowDownKey represent "ArrowDown" key on the keyboard
ArrowDownKey KeyCode = "ArrowDown" ArrowDownKey KeyCode = "ArrowDown"
// HomeKey reresent "Home" key on the keyboard // HomeKey represent "Home" key on the keyboard
HomeKey KeyCode = "Home" HomeKey KeyCode = "Home"
// EndKey reresent "End" key on the keyboard // EndKey represent "End" key on the keyboard
EndKey KeyCode = "End" EndKey KeyCode = "End"
// PageUpKey reresent "PageUp" key on the keyboard // PageUpKey represent "PageUp" key on the keyboard
PageUpKey KeyCode = "PageUp" PageUpKey KeyCode = "PageUp"
// PageDownKey reresent "PageDown" key on the keyboard // PageDownKey represent "PageDown" key on the keyboard
PageDownKey KeyCode = "PageDown" PageDownKey KeyCode = "PageDown"
// F1Key reresent "F1" key on the keyboard // F1Key represent "F1" key on the keyboard
F1Key KeyCode = "F1" F1Key KeyCode = "F1"
// F2Key reresent "F2" key on the keyboard // F2Key represent "F2" key on the keyboard
F2Key KeyCode = "F2" F2Key KeyCode = "F2"
// F3Key reresent "F3" key on the keyboard // F3Key represent "F3" key on the keyboard
F3Key KeyCode = "F3" F3Key KeyCode = "F3"
// F4Key reresent "F4" key on the keyboard // F4Key represent "F4" key on the keyboard
F4Key KeyCode = "F4" F4Key KeyCode = "F4"
// F5Key reresent "F5" key on the keyboard // F5Key represent "F5" key on the keyboard
F5Key KeyCode = "F5" F5Key KeyCode = "F5"
// F6Key reresent "F6" key on the keyboard // F6Key represent "F6" key on the keyboard
F6Key KeyCode = "F6" F6Key KeyCode = "F6"
// F7Key reresent "F7" key on the keyboard // F7Key represent "F7" key on the keyboard
F7Key KeyCode = "F7" F7Key KeyCode = "F7"
// F8Key reresent "F8" key on the keyboard // F8Key represent "F8" key on the keyboard
F8Key KeyCode = "F8" F8Key KeyCode = "F8"
// F9Key reresent "F9" key on the keyboard // F9Key represent "F9" key on the keyboard
F9Key KeyCode = "F9" F9Key KeyCode = "F9"
// F10Key reresent "F10" key on the keyboard // F10Key represent "F10" key on the keyboard
F10Key KeyCode = "F10" F10Key KeyCode = "F10"
// F11Key reresent "F11" key on the keyboard // F11Key represent "F11" key on the keyboard
F11Key KeyCode = "F11" F11Key KeyCode = "F11"
// F12Key reresent "F12" key on the keyboard // F12Key represent "F12" key on the keyboard
F12Key KeyCode = "F12" F12Key KeyCode = "F12"
// F13Key reresent "F13" key on the keyboard // F13Key represent "F13" key on the keyboard
F13Key KeyCode = "F13" F13Key KeyCode = "F13"
// NumLockKey reresent "NumLock" key on the keyboard // NumLockKey represent "NumLock" key on the keyboard
NumLockKey KeyCode = "NumLock" NumLockKey KeyCode = "NumLock"
// NumpadKey0 reresent "Numpad0" key on the keyboard // NumpadKey0 represent "Numpad0" key on the keyboard
NumpadKey0 KeyCode = "Numpad0" NumpadKey0 KeyCode = "Numpad0"
// NumpadKey1 reresent "Numpad1" key on the keyboard // NumpadKey1 represent "Numpad1" key on the keyboard
NumpadKey1 KeyCode = "Numpad1" NumpadKey1 KeyCode = "Numpad1"
// NumpadKey2 reresent "Numpad2" key on the keyboard // NumpadKey2 represent "Numpad2" key on the keyboard
NumpadKey2 KeyCode = "Numpad2" NumpadKey2 KeyCode = "Numpad2"
// NumpadKey3 reresent "Numpad3" key on the keyboard // NumpadKey3 represent "Numpad3" key on the keyboard
NumpadKey3 KeyCode = "Numpad3" NumpadKey3 KeyCode = "Numpad3"
// NumpadKey4 reresent "Numpad4" key on the keyboard // NumpadKey4 represent "Numpad4" key on the keyboard
NumpadKey4 KeyCode = "Numpad4" NumpadKey4 KeyCode = "Numpad4"
// NumpadKey5 reresent "Numpad5" key on the keyboard // NumpadKey5 represent "Numpad5" key on the keyboard
NumpadKey5 KeyCode = "Numpad5" NumpadKey5 KeyCode = "Numpad5"
// NumpadKey6 reresent "Numpad6" key on the keyboard // NumpadKey6 represent "Numpad6" key on the keyboard
NumpadKey6 KeyCode = "Numpad6" NumpadKey6 KeyCode = "Numpad6"
// NumpadKey7 reresent "Numpad7" key on the keyboard // NumpadKey7 represent "Numpad7" key on the keyboard
NumpadKey7 KeyCode = "Numpad7" NumpadKey7 KeyCode = "Numpad7"
// NumpadKey8 reresent "Numpad8" key on the keyboard // NumpadKey8 represent "Numpad8" key on the keyboard
NumpadKey8 KeyCode = "Numpad8" NumpadKey8 KeyCode = "Numpad8"
// NumpadKey9 reresent "Numpad9" key on the keyboard // NumpadKey9 represent "Numpad9" key on the keyboard
NumpadKey9 KeyCode = "Numpad9" NumpadKey9 KeyCode = "Numpad9"
// NumpadDecimalKey reresent "NumpadDecimal" key on the keyboard // NumpadDecimalKey represent "NumpadDecimal" key on the keyboard
NumpadDecimalKey KeyCode = "NumpadDecimal" NumpadDecimalKey KeyCode = "NumpadDecimal"
// NumpadEnterKey reresent "NumpadEnter" key on the keyboard // NumpadEnterKey represent "NumpadEnter" key on the keyboard
NumpadEnterKey KeyCode = "NumpadEnter" NumpadEnterKey KeyCode = "NumpadEnter"
// NumpadAddKey reresent "NumpadAdd" key on the keyboard // NumpadAddKey represent "NumpadAdd" key on the keyboard
NumpadAddKey KeyCode = "NumpadAdd" NumpadAddKey KeyCode = "NumpadAdd"
// NumpadSubtractKey reresent "NumpadSubtract" key on the keyboard // NumpadSubtractKey represent "NumpadSubtract" key on the keyboard
NumpadSubtractKey KeyCode = "NumpadSubtract" NumpadSubtractKey KeyCode = "NumpadSubtract"
// NumpadMultiplyKey reresent "NumpadMultiply" key on the keyboard // NumpadMultiplyKey represent "NumpadMultiply" key on the keyboard
NumpadMultiplyKey KeyCode = "NumpadMultiply" NumpadMultiplyKey KeyCode = "NumpadMultiply"
// NumpadDivideKey reresent "NumpadDivide" key on the keyboard // NumpadDivideKey represent "NumpadDivide" key on the keyboard
NumpadDivideKey KeyCode = "NumpadDivide" NumpadDivideKey KeyCode = "NumpadDivide"
// ShiftLeftKey reresent "ShiftLeft" key on the keyboard // ShiftLeftKey represent "ShiftLeft" key on the keyboard
ShiftLeftKey KeyCode = "ShiftLeft" ShiftLeftKey KeyCode = "ShiftLeft"
// ShiftRightKey reresent "ShiftRight" key on the keyboard // ShiftRightKey represent "ShiftRight" key on the keyboard
ShiftRightKey KeyCode = "ShiftRight" ShiftRightKey KeyCode = "ShiftRight"
// ControlLeftKey reresent "ControlLeft" key on the keyboard // ControlLeftKey represent "ControlLeft" key on the keyboard
ControlLeftKey KeyCode = "ControlLeft" ControlLeftKey KeyCode = "ControlLeft"
// ControlRightKey reresent "ControlRight" key on the keyboard // ControlRightKey represent "ControlRight" key on the keyboard
ControlRightKey KeyCode = "ControlRight" ControlRightKey KeyCode = "ControlRight"
// AltLeftKey reresent "AltLeft" key on the keyboard // AltLeftKey represent "AltLeft" key on the keyboard
AltLeftKey KeyCode = "AltLeft" AltLeftKey KeyCode = "AltLeft"
// AltRightKey reresent "AltRight" key on the keyboard // AltRightKey represent "AltRight" key on the keyboard
AltRightKey KeyCode = "AltRight" AltRightKey KeyCode = "AltRight"
// MetaLeftKey reresent "MetaLeft" key on the keyboard // MetaLeftKey represent "MetaLeft" key on the keyboard
MetaLeftKey KeyCode = "MetaLeft" MetaLeftKey KeyCode = "MetaLeft"
// MetaRightKey reresent "MetaRight" key on the keyboard // MetaRightKey represent "MetaRight" key on the keyboard
MetaRightKey KeyCode = "MetaRight" MetaRightKey KeyCode = "MetaRight"
) )