Skip to content

Commit 9bcbe39

Browse files
authored
Merge pull request #1233 from CvX/patch-2
2 parents 1e9ee56 + 2b774a7 commit 9bcbe39

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

addon-test-support/@ember/test-helpers/dom/trigger-key-event.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,16 @@ const keyFromKeyCode: { [key: number]: string } = {
8888
90: 'z',
8989
91: 'Meta',
9090
93: 'Meta', // There is two keys that map to meta,
91+
186: ';',
9192
187: '=',
93+
188: ',',
9294
189: '-',
95+
190: '.',
96+
191: '/',
97+
219: '[',
98+
220: '\\',
99+
221: ']',
100+
222: "'",
93101
};
94102

95103
/**

0 commit comments

Comments
 (0)