sudogroot / kinect-activity-reaction-interface

Automatically exported from code.google.com/p/kinect-activity-reaction-interface
1 stars 0 forks source link

Hold shift + key #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.# test for key + key

# left-shift and right-arrow
[set]
[require]
bodyAction  = handLeftOut
distanceMin = 10
[execute]
keyHold     = shift_left
[execute]
keyTap      = arrow_right

2. I've also tried "shift_left + arrow_right", also any keyTap and keyHold 
combos with the .cfg from above

3. Can't see a reaction from this input

What is the expected output? What do you see instead?
This is a key map for a game. I've tried using the same ex. from above in 
notepad. I had replaced the arrow_right with a lower cased L, assuming i would 
get an capital L. I got an Capital R?? 

What version of the product are you using? On what operating system?
0.0533b/Win7 64bit

Please provide any additional information below.

I had also tested the arrow keys and had no problem with then working outside 
the game(fallout NV). But when using in game they don't respond.

When testing the arrow keys it seemed to "Tap" when I moved inside the 
predefined area and when i moved out. So one movement to "Tap" one key happens 
twice.

I hope I'm not being a pain. I like this program and like to help. 
Unfortunately, I'm not good at code, slowly learning but not able to keep up to 
par. So hopefully this will help.

Original issue reported on code.google.com by w3lsh...@gmail.com on 3 Aug 2011 at 11:44

GoogleCodeExporter commented 8 years ago
I have noticed problems with the special keys in games, not figured out why so 
I've just been using letters.
not sure why  the L would be an R... that shouldn't be happening. I'll look 
into it.
the changes I'm in the midst of will help improve multiple key 
pressing/sequences.

Original comment by gareth.p...@gmail.com on 3 Aug 2011 at 11:58

GoogleCodeExporter commented 8 years ago
Yeah, I tried changing the game keys but some aren't on the list to change. 
Ehh, whatever I can waiting or start different game config.

Original comment by w3lsh...@gmail.com on 4 Aug 2011 at 12:17

GoogleCodeExporter commented 8 years ago
[set]
[require]
bodyAction  = handLeftOut
distanceMin = 20
[execute]
keyTap      = L

in my test using version 0.533, this config is typing a lower case "L", not an 
R. Can you confirm your test or try this config?

I will look into it handling case properly

Original comment by gareth.p...@gmail.com on 9 Aug 2011 at 8:05

GoogleCodeExporter commented 8 years ago
It works fine, i tried it the why i had tested before and now i'm not getting 
an "r"

i think i might have had another [set] using "r" for a reload and it was to 
close to the "l".
In anycase works fine now, thanks a lot

Original comment by w3lsh...@gmail.com on 9 Aug 2011 at 2:09