We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e9ee56 + 2b774a7 commit 9bcbe39Copy full SHA for 9bcbe39
1 file changed
addon-test-support/@ember/test-helpers/dom/trigger-key-event.ts
@@ -88,8 +88,16 @@ const keyFromKeyCode: { [key: number]: string } = {
88
90: 'z',
89
91: 'Meta',
90
93: 'Meta', // There is two keys that map to meta,
91
+ 186: ';',
92
187: '=',
93
+ 188: ',',
94
189: '-',
95
+ 190: '.',
96
+ 191: '/',
97
+ 219: '[',
98
+ 220: '\\',
99
+ 221: ']',
100
+ 222: "'",
101
};
102
103
/**
0 commit comments