Use midi piano black keys to perform capital letter

hello,

I have made a script to play gmod piano with my real piano connected but i just can’t get the black keys to work correctly, they are being translated to lowercase letters instead of capital letters so it just plays the same note… Gmod piano uses SHIFT + “any key” to play its black notes and im unable to translate it correctly. here is my script

qwerty.bmtp (18.9 KB)

Hi,
It looks like it is working to me by sending to a text editor. Maybe try using left shift instead of right shift?

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

yea it works when typing but not in gmod piano, i guess its just the game inputs

thanks tho!

Maybe try putting a delay between keystrokes? It is possible that the app cannot take them as fast as they are being sent.

image

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

Maybe this works:
file removed

It’s kind of the manual version of what Steve proposed so you can play around with the delay of ‘Shift’ separately.

edit:
I messed up…
This one’s better
qwerty.bmtp (20.5 KB)

Thanks @DreamXcape !