ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Get keystroke value

<< < (2/3) > >>

HankFriedman:
I also tried this script:

#f::
Run Everything
return

as well as:

#f::^F1

and both gave me an EXE corrupted error

can't say I'm not trying...   :-)

Target:
syntax in this case would be


--- ---#persistent

LWin & F::^F1

you could change this to


--- ---#persistent

#F::^F1

which removes the dependency on the left win key only

have a read of the hotkeys, Remapping Keys and buttons, & keylist sections of the help file, and don't be afraid to ask for help if you need it

EDIT - as you've already tried the above can you try running the script uncompiled and let us know what happens

HankFriedman:
Thank you target too.

I tried the EXE first and it gave me the same error

then I tried just running the uncompiled version, good suggestion by the way, and got this error message:

Error at line 3

Line text: ^F1
Error: this line does not contain a recognized function

HankFriedman:
Oops, the reply was supposed to say action not function.

HankFriedman:
I got this script to work:

#persistent

LWin & F::
Run C:\Program Files\Everything\Everything.exe
return

but still can't compile it because upon trying to execute the EXE file, it says it is corrupted

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version