valleyman86 / AutoRecordGO

Automatically Record Games in CS:GO with this AutoHotKey Script.
15 stars 12 forks source link

Change console key in the script #5

Open alduccino opened 8 years ago

alduccino commented 8 years ago

Hi,

I'm using a French keyboard (AZERTY) so i can't use ~ to open my console, I use ². Could you please tell me how to change this in your script ?

Thank you in advance, best regards, Mike.

nelsonleiva commented 6 years ago

RecordDemo() { FormatTime, time, %A_Now%, MM-dd-yy_hh-mmtt SendInput "Put Here your key" <-------------------------- Sleep, 250 SendInput record %gMapName%%time% {enter} Sleep, 100 SendInput {esc} }