Placeholder for all existing keys supported
This commit is contained in:
parent
228eaa66e4
commit
8a66b6d0cb
|
@ -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
|
||||||
};
|
};
|
Loading…
Reference in New Issue