#Input map not behaving correctly

4 messages · Page 1 of 1 (latest)

haughty turtle
#

I have an input map that includes the keys 1 to 5 and then 1 to 5 with shift, I've set up these shortcuts to all be connected to separate buttons, using Shortcut -> InputEventAction in the inspector. For some reason the Shift+1~5 buttons are the only ones that activate, even though I'm not pressing shift, any idea what I'm doing wrong?

dusty crypt
#

have you tried to set the pressed property?

#

ShortCuts usually use InputEventKey. If I try to reproduce your problem my keys work but pressing shift and a number triggers two buttons at the same time. Using InputEventKey instead solves that.