| Index: mojo/dart/packages/mojo_services/lib/mojo/input_key_codes.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/input_key_codes.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/input_key_codes.mojom.dart
|
| index b77744f50e174361b02ac6b6c2dc65a184a97fbd..d8bc03f2dce1b57087b7ed7c1fd39900c8a7a979 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/input_key_codes.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/input_key_codes.mojom.dart
|
| @@ -5,9 +5,11 @@
|
| library input_key_codes_mojom;
|
|
|
| import 'dart:async';
|
| +import 'dart:collection';
|
|
|
| import 'package:mojo/bindings.dart' as bindings;
|
| import 'package:mojo/core.dart' as core;
|
| +import 'package:mojo/mojo/bindings/types/mojom_types.mojom.dart' as mojom_types;
|
|
|
| class KeyboardCode extends bindings.MojoEnum {
|
| static const KeyboardCode back = const KeyboardCode._(8);
|
| @@ -1236,11 +1238,557 @@ class KeyboardCode extends bindings.MojoEnum {
|
| return 'KeyboardCode.unknown';
|
| case altgr:
|
| return 'KeyboardCode.altgr';
|
| + default:
|
| + return null;
|
| }
|
| }
|
|
|
| int toJson() => mojoEnumValue;
|
| }
|
|
|
| +mojom_types.MojomEnum _input_key_codes_KeyboardCode__() {
|
| + return new mojom_types.MojomEnum()
|
| + ..declData = (new mojom_types.DeclarationData()
|
| + ..shortName = 'KeyboardCode'
|
| + ..fullIdentifier = 'mojo.KeyboardCode')
|
| + ..values = <mojom_types.EnumValue>[new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Back')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 8,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Tab')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 9,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Clear')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 12,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Return')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 13,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Shift')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 16,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Control')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 17,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Menu')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 18,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Pause')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 19,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Capital')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 20,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Kana')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 21,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Hangul')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 21,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Junja')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 23,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Final')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 24,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Hanja')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 25,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Kanji')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 25,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Escape')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 27,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Convert')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 28,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Nonconvert')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 29,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Accept')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 30,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Modechange')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 31,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Space')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 32,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Prior')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 33,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Next')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 34,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'End')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 35,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Home')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 36,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Left')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 37,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Up')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 38,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Right')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 39,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Down')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 40,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Select')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 41,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Print')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 42,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Execute')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 43,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Snapshot')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 44,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Insert')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 45,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Delete')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 46,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Help')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 47,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num0')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 48,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num1')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 49,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num2')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 50,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num3')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 51,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num4')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 52,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num5')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 53,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num6')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 54,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num7')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 55,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num8')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 56,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Num9')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 57,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'A')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 65,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'B')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 66,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'C')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 67,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'D')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 68,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'E')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 69,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 70,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'G')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 71,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'H')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 72,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'I')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 73,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'J')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 74,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'K')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 75,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'L')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 76,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'M')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 77,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'N')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 78,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'O')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 79,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'P')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 80,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Q')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 81,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'R')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 82,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'S')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 83,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'T')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 84,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'U')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 85,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'V')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 86,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'W')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 87,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'X')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 88,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Y')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 89,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Z')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 90,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Lwin')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 91,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Command')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 91,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Rwin')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 92,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Apps')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 93,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Sleep')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 95,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'NumpaD0')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 96,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad1')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 97,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad2')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 98,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad3')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 99,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad4')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 100,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad5')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 101,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad6')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 102,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad7')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 103,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad8')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 104,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numpad9')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 105,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Multiply')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 106,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Add')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 107,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Separator')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 108,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Subtract')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 109,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Decimal')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 110,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Divide')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 111,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F1')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 112,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F2')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 113,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F3')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 114,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F4')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 115,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F5')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 116,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F6')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 117,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F7')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 118,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F8')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 119,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F9')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 120,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F10')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 121,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F11')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 122,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F12')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 123,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F13')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 124,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F14')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 125,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F15')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 126,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F16')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 127,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F17')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 128,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F18')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 129,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F19')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 130,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F20')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 131,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F21')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 132,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F22')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 133,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F23')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 134,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'F24')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 135,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Numlock')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 144,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Scroll')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 145,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Lshift')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 160,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Rshift')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 161,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Lcontrol')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 162,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Rcontrol')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 163,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Lmenu')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 164,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Rmenu')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 165,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserBack')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 166,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserForward')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 167,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserRefresh')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 168,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserStop')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 169,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserSearch')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 170,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserFavorites')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 171,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'BrowserHome')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 172,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'VolumeMute')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 173,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'VolumeDown')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 174,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'VolumeUp')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 175,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaNextTrack')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 176,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaPrevTrack')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 177,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaStop')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 178,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaPlayPause')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 179,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaLaunchMail')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 180,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaLaunchMediaSelect')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 181,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaLaunchApp1')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 182,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'MediaLaunchApp2')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 183,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem1')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 186,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'OemPlus')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 187,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'OemComma')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 188,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'OemMinus')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 189,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'OemPeriod')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 190,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem2')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 191,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem3')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 192,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem4')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 219,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem5')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 220,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem6')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 221,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem7')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 222,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem8')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 223,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Oem102')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 226,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Processkey')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 229,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Packet')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 231,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'DbeSbcschar')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 243,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'DbeDbcschar')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 244,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Attn')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 246,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Crsel')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 247,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Exsel')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 248,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Ereof')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 249,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Play')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 250,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Zoom')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 251,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Noname')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 252,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Pa1')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 253,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'OemClear')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 254,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Unknown')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 0,new mojom_types.EnumValue()
|
| + ..declData = (new mojom_types.DeclarationData()..shortName = 'Altgr')
|
| + ..enumTypeKey = '_input_key_codes_KeyboardCode__'
|
| + ..intValue = 225,];
|
| +}
|
| +
|
| +
|
| +
|
| +
|
| +
|
|
|
|
|
| +
|
| +
|
| +Map<String, mojom_types.UserDefinedType> _initDescriptions() {
|
| + var map = new HashMap<String, mojom_types.UserDefinedType>();
|
| +map["_input_key_codes_KeyboardCode__"] =
|
| + new mojom_types.UserDefinedType()
|
| + ..enumType = _input_key_codes_KeyboardCode__();
|
| +
|
| + return map;
|
| +}
|
| +
|
| +var _MojomDesc;
|
| +Map<String, mojom_types.UserDefinedType> getAllMojomTypeDefinitions() {
|
| + if (_MojomDesc == null) {
|
| + _MojomDesc = _initDescriptions();
|
| + }
|
| + return _MojomDesc;
|
| +}
|
| +
|
|
|