mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
recents/app switch key added
This commit is contained in:
@@ -97,6 +97,7 @@ module.exports = function ControlServiceFactory(
|
||||
this.home = keySender('input.keyPress', 'home')
|
||||
this.menu = keySender('input.keyPress', 'menu')
|
||||
this.back = keySender('input.keyPress', 'back')
|
||||
this.appSwitch = keySender('input.keyPress', 'app_switch')
|
||||
|
||||
this.type = function(text) {
|
||||
return sendOneWay('input.type', {
|
||||
|
||||
Reference in New Issue
Block a user