-
August 17th, 2010, 10:37 AM
#1
Last edited by Ngoc Tan; May 6th, 2011 at 09:18 PM.
-
August 17th, 2010, 08:38 PM
#2
Are you trying to type, or do you just want a command for a, a command for b, etc...?
-
August 17th, 2010, 10:06 PM
#3
What do you want to do with the OUTPUT....
-
August 19th, 2010, 07:41 AM
#4
If I was going to do it, I think I would have script actions for every remote key like (this is pseudo code not actual code):
if key2down = false {
key2down = true
key2presses = 0
timer to execute function in 1000ms
}
else {
++key2presses
}
function {
key2down = false
key2down = key2down modulus 4
if key2presses= 0 {send 2}
else if key2presses= 1 {send A}
else if key2presses= 2 {send B}
else if key2presses= 3 {send C}
}
Last edited by shaun5; August 19th, 2010 at 07:45 AM.
-
August 22nd, 2010, 06:56 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules