Messages - HankFriedman [ switch to compact view ]

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30next
121
Post New Requests Here / Re: Get keystroke value
« on: June 08, 2009, 10:52 PM »
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

122
Post New Requests Here / Re: Get keystroke value
« on: June 08, 2009, 10:33 PM »
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...   :-)

123
Post New Requests Here / Re: Get keystroke value
« on: June 08, 2009, 10:04 PM »
fenixproductions,

I tried to implement what you suggested, and got error codes on execution.

I'm probably making a really silly mistake due to my ignorance of AutoHotKey.

I created this script:

#Persistent
LWin f::Ctrl F1

and whether I have spaces between the LWin and f (and between the Ctrl and F1) or not, it compiles fine but gives me an error message upon execution.

Am I missing a basic syntax statement?  (I also tried including your first line, but got an error message on it too)

Can you or someone help me with this?

thank you very much

124
Post New Requests Here / Re: Get keystroke value
« on: June 08, 2009, 06:22 PM »
Dear Fenixproductions,

Thank you for that. I appreciate the time and help you've given me.

I did manage to copy and run the script and get some scancode values (now I know what to call them!) but I guess I'm a bit of a novice and am beginning to realize that SharpKeys is fine for changing one scancode to another, but what I need is that ability to change, for example Win-F (which is the code the Search key on the keyboard generates) to Cntl-F1 (that's control function key one) which is beyond SharpKey's ability it seems, and beyond mine.

I understand that someone familiar with AutoHotKey might write a script to do this, but I neither know how to do this nor how to get such a script to automatically execute with each boot-up.


125
Post New Requests Here / Get keystroke value
« on: June 08, 2009, 05:40 PM »
First, I'd like to thank everyone at DonationCoder.com and all of its members for the incredible quality and value of this website and its forum members.

I purchased a Kinesis Freestyle keyboard and it has "driverless" special function keys, some of which I'd like to remap.

I found the great utility SharpKeys at: http://www.randyrants.com/2006/07/sharpkeys_211.html that allows me to change specific keys (so I changed my Caps Lock to an End key) but I don't know how to ascertain the value of some of the keys, and am wondering if anyone out there knows of a utility that displays keystroke values as you press a key, so that I can utilize the remapping of SharpKeys for the other special keys on the keyboard.

thank you very much

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30next
Go to full version