Commit 8a66b6d0 authored by Vadim Makeev's avatar Vadim Makeev

Placeholder for all existing keys supported

parent 228eaa66
...@@ -48,4 +48,13 @@ module.exports = { ...@@ -48,4 +48,13 @@ module.exports = {
.assert.attr('body', 'class', 'list') .assert.attr('body', 'class', 'list')
.done(); .done();
} }
// uE004 Tab
// uE008 Shift
// uE00D Space
// uE00E PageUp
// uE00F PageDown
// uE012 Left
// uE013 Up
// uE014 Right
// uE015 Down
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment