diff --git a/configuration-eztunes-home.json b/configuration-eztunes-home.json index 4ae6909c86e6d0a6c3e47c465c09c429d521becb..aadf0fb95fcc22264c3ac61bb1388fb316b8aa25 100755 --- a/configuration-eztunes-home.json +++ b/configuration-eztunes-home.json @@ -3,7 +3,7 @@ "On/Off", "0", "0", - "t" + "c" ], "eztuneshomepad2": [ "1", @@ -39,7 +39,7 @@ "<-", "10", "77.5", - "l" + "v" ] , "eztuneshomepad8": [ @@ -53,21 +53,21 @@ "E2", "75", "25", - "w" + "b" ] , "eztuneshomepad10": [ "E3", "75", "40", - "a" + "n" ] , "eztuneshomepad11": [ "E4", "75", "55", - "s" + "m" ] , "eztuneshomepad12": [ diff --git a/server.js b/server.js index b696d5e8b1872a4228d46a4236a56a330da6bfc1..6b1c16c6c42ac96674e2aa54c5c05d934a1cc9ff 100755 --- a/server.js +++ b/server.js @@ -203,9 +203,6 @@ io.on('connection', function(socket) { } } - console.log("Trying to type") - console.log(pos.str.text); - console.log(pos) if(pos.str.text.length === 1 && pos.str.moddifier != "None"){ robot.keyTap(pos.str.text, pos.str.moddifier) }