Jump to content

what are the F keys in ASCII?


Recommended Posts

I have searched and read about 5 ASCII character charts for the F keys but I can't ever seen to find what their abbreviations or codes for them are... anybody help?

Have a look here.
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

I have searched and read about 5 ASCII character charts for the F keys but I can't ever seen to find what their abbreviations or codes for them are... anybody help?

What martin posted are VKey codes associated with keyboards.

There is no representation of an "Fn" key, or others like the 'Win' key, in ASCII. ASCII is for CHARACTER encoding, which is not the same thing as KEYBOARD data. By the way, you won't find those in Unicode either, for the same reason.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Is there a way then i can change the programming language to where I can use the F keys?

I think it would be easier for us if you said what you want to do. It sounds to me like you might only want something like HotKeySet("{F5}","MyF5function").
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

I think it would be easier for us if you said what you want to do. It sounds to me like you might only want something like HotKeySet("{F5}","MyF5function").

Or maybe _IsPressed()? Martin's right, it is hard to be helpful without knowing what you want to do with it.

:)

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

In the game I play the F keys are how you attack and such and so I need to be able to find a way to have the buttons pressed in my script...

Send("{F5}")

will simulate the F5 key being pressed. See Send in the help.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...