-
Lukas Eipert authored
Apparently KeyboardEvent.key is `Esc` in IE11 while other browsers use `Escape`. After a quick check in BrowserStack, Edge 17 and 18 also use `Escape`, so we can get rid of the `Esc` case.
3c194b70
Apparently KeyboardEvent.key is `Esc` in IE11 while other browsers use `Escape`. After a quick check in BrowserStack, Edge 17 and 18 also use `Escape`, so we can get rid of the `Esc` case.