From 92498e26959ae3a75a1bb9d486bd637ed2f14de6 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 27 May 2014 19:07:13 +0900 Subject: [PATCH] Deleted rawKeyPress. --- res/app/components/stf/control/control-service.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/res/app/components/stf/control/control-service.js b/res/app/components/stf/control/control-service.js index f3b74477..e23a80e5 100644 --- a/res/app/components/stf/control/control-service.js +++ b/res/app/components/stf/control/control-service.js @@ -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')