Commit Graph

11 Commits

Author SHA1 Message Date
Daniel Imms
237e6819bf Fix tests 2016-07-12 20:55:24 -07:00
Jörg Breitbart
246b0edaa1 disable refresh for tests 2016-07-06 00:23:10 +02:00
Jörg Breitbart
4afa08da8d fixing #147 and #162 2016-07-05 23:54:15 +02:00
Jörg Breitbart
c3bc59b5e1 adding unicode test cases 2016-06-26 12:50:06 +02:00
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