Does anyone have a list or know how I can get a list of the bit addresses of keys used in the getch (); fuction.

For example:
F1 is 59
F2 is 60
F3 is 61
F4 is 62
F5 is 63
etc.

I'm pretty sure that this is the number of the bit address, but if not could someone tell me what it is? All help is much appreciated!!! ^_^

Recommended Answers

All 4 Replies

The extended ASCII key codes are

F1=59,F2=60,F3=61,F4=62,F5=63 F6=64,F7=65,F8=66,F9=67,F10=68

Is that what you are referring to

Yes, do you have the code for all of the keys?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.