0% found this document useful (0 votes)
86 views

Code Aschi

This document provides a table mapping keyboard keys and function keys to their corresponding decimal and hexadecimal codes. It includes standard keys like letters, numbers, arrows as well as function keys from F1 to F12. The table also includes codes for when these keys are pressed with the ALT modifier. Programmers can use this table to map keys to actions in their programs.

Uploaded by

Uje Adi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views

Code Aschi

This document provides a table mapping keyboard keys and function keys to their corresponding decimal and hexadecimal codes. It includes standard keys like letters, numbers, arrows as well as function keys from F1 to F12. The table also includes codes for when these keys are pressed with the ALT modifier. Programmers can use this table to map keys to actions in their programs.

Uploaded by

Uje Adi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

IBM Scan / EBCDIC Codes Information

The following table is nothing to do with ASCII, but has been requested by a number of you out there. When a
key on your keyboard is pressed, a code is sent which can be recognized by software. Programmers will find the
most use for this table to map keys to actions for the function keys etc.

Cher Decimal Hex Char Decimal Hex


ALT-A (00,30) (0x00,0x1e) ALT-B (00,48) (0x00,0x30)
ALT-C (00,46) (0x00,0x2e) ALT-D (00,32) (0x00,0x20)
ALT-E (00,18) (0x00,0x12) ALT-F (00,33) (0x00,0x21)
ALT-G (00,34) (0x00,0x22) ALT-H (00,35) (0x00,0x23)
ALT-I (00,23) (0x00,0x17) ALT-J (00,36) (0x00,0x24)
ALT-K (00,37) (0x00,0x25) ALT-L (00,38) (0x00,0x26)
ALT-M (00,50) (0x00,0x32) ALT-N (00,49) (0x00,0x31)
ALT-O (00,24) (0x00,0x18) ALT-P (00,25) (0x00,0x19)
ALT-Q (00,16) (0x00,0x10) ALT-R (00,19) (0x00,0x13)
ALT-S (00,31) (0x00,0x1a) ALT-T (00,20) (0x00,0x14)
ALT-U (00,22) (0x00,0x16) ALT-V (00,47) (0x00,0x2f)
ALT-W (00,17) (0x00,0x11) ALT-X (00,45) (0x00,0x2d)
ALT-Y (00,21) (0x00,0x15) ALT-Z (00,44) (0x00,0x2c)
PAGEUP (00,73) (0x00,0x49) PgDn (00,81) (0x00,0x51)
HOME (00,71) (0x00,0x47) End (00,79) (0x00,0x4f)
UPARRW (00,72) (0x00,0x48) DnArrw (00,80) (0x00,0x50)
LEFTARRW (00,75) (0x00,0x4b) RtArrw (00,77) (0x00,0x4d)
F1 (00,59) (0x00,0x3b) F2 (00,60) (0x00,0x3c)
F3 (00,61) (0x00,0x3d) F4 (00,62) (0x00,0x3e)
F5 (00,63) (0x00,0x3f) F6 (00,64) (0x00,0x40)
F7 (00,65) (0x00,0x41) F8 (00,66) (0x00,0x42)
F9 (00,67) (0x00,0x43) F10 (00,68) (0x00,0x44)
F11 (00,133) (0x00,0x85) F12 (00,134) (0x00,0x86)
ALT- F1 (00,104) (0x00,0x68) ALT- F2 (00,105) (0x00,0x69)
ALT- F3 (00,106) (0x00,0x6a) ALT- F4 (00,107) (0x00,0x6b)
ALT- F5 (00,108) (0x00,0x6c) ALT- F6 (00,109) (0x00,0x6d)
ALT- F7 (00,110) (0x00,0x6e) ALT- F8 (00,111) (0x00,0x6f)
ALT- F9 (00,112) (0x00,0x70) ALT- F10 (00,113) (0x00,0x71)
ALT- F11 (00,139) (0x00,0x8b) ALT- F12 (00,140) (0x00,0x8c)

You might also like