mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Deleted rawKeyPress.
This commit is contained in:
@@ -81,11 +81,6 @@ module.exports = function ControlServiceFactory(
|
||||
this.keyDown = keySender('input.keyDown')
|
||||
this.keyUp = keySender('input.keyUp')
|
||||
this.keyPress = keySender('input.keyPress')
|
||||
this.rawKeyPress = function (fixedKey) {
|
||||
return sendOneWay('input.keyPress', {
|
||||
key: fixedKey
|
||||
})
|
||||
}
|
||||
|
||||
this.home = keySender('input.keyPress', 'home')
|
||||
this.menu = keySender('input.keyPress', 'menu')
|
||||
|
||||
Reference in New Issue
Block a user