mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Support tab key.
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = function ControlServiceFactory(
|
||||
function ControlService(target, channel) {
|
||||
var keyCodes = {
|
||||
8: 8 // backspace
|
||||
, 9: 9 // tab
|
||||
, 13: 13 // enter
|
||||
, 20: 20 // caps lock
|
||||
, 27: 27 // esc
|
||||
|
||||
Reference in New Issue
Block a user