PDA

View Full Version : colon key?



Romio
04-03-2017, 06:14 PM
i want to use keydown with colon but cant find the colon number?

Wu-Tang Clan
04-03-2017, 06:35 PM
Can you use typesend?

ie


typesend(';',True) // Types ; and then presses enter
typesend(';',False) // Types ; but doesn't press enter


Not sure if that's an SRL-6 function though, but it is worth a try

Romio
04-03-2017, 07:09 PM
didnt work :(

Romio
04-03-2017, 07:30 PM
sendkeys command worked

acow
04-03-2017, 08:10 PM
Seems weird to me for typesend to not work when sendkeys does, seeing as it uses sendkeys.

Edit: This is interesting. Seems like colon is shift + 186 for me (186 is semi-colon), unless I'm using GetKeyCode incorrectly.
http://i.imgur.com/m2bZnx8.png