Commit Graph

7 Commits

Author SHA1 Message Date
Paris
00f380a75c Implement test 2016-06-14 00:05:47 +03:00
runarberg
b01165c1f8 Fix third level shifts for Mac OS and windows
ISO third level keys were not working. That prevented some inputting
important characters (like pipe `|` and caret `^`) on some keyboard
layouts.

Instead of parsing the user-agent string to find the users os, we now
look into the `platform` attribute of the `navigator` object.

Removed the hijacking of the command key `⌘` on Mac OS as the `Alt` key
on other systems.
2016-06-10 16:14:31 +00:00
Paris
fed92ac5c8 Implement tests 2016-06-10 16:35:56 +03:00
Daniel Imms
0535f9425b More escape sequence tests 2016-06-09 19:25:29 -07:00
Daniel Imms
c86fd87819 Add tests for F-keys 2016-06-09 19:00:40 -07:00
Daniel Imms
3a866cf202 Refactor escape sequence code and add tests 2016-06-09 18:41:54 -07:00
Paris
fa093e2bd2 Set up environment for testing 2016-06-09 10:04:53 +03:00