NumPad KeyMatch input

Hi,

I’m attempting to run a video file that plays/pauses on the pressing of the number 1 on the numberpad (currently an attachable USB pad). The sequence runs perfectly fine when using the number 1 above the keyboard, however, when I attempt to run it off the number pad, I get no result. Whether I use the numpad or the above keyboard numbers as the imput, it’s the same, the numberpad doesn’t register. Is there anyway to resolve this so I can run it off the pad?

Any help would be greatly appreciated.

Just managed to solve it myself. I couldn’t find anything on it in the documentation, so I’ll post my solution here.

The problem was with the input variable. Instead of using ‘1’, I replaced it with ‘’. The program now functions as intended.