Extended keys

From QB64 Phoenix Edition Wiki
Revision as of 21:13, 21 October 2022 by RhoSigma (talk | contribs) (Created page with "'''Extended keys''' are the right Ctrl and Alt, Arrow, Insert, Delete, Home, End, Page Up and Page Down keys not on number pad. * The extended keys might return the Left Shift release scancodes instead of the press code + 128 when read by INP(96). * The Number Lock key could be set so that the Left Shift return code was not returned, but the lock could be either on or off. * The 170 left shift release code is '''not''' returned by '''QB64''' when INP($H60) is used to read the extended release scancodes. {{PageSeeAlso}} * Scancodes, INP * ASCII * INKEY$ * _KEYHIT * _KEYDOWN {{PageNavigation}} ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extended keys are the right Ctrl and Alt, Arrow, Insert, Delete, Home, End, Page Up and Page Down keys not on number pad.


  • The extended keys might return the Left Shift release scancodes instead of the press code + 128 when read by INP(96).
  • The Number Lock key could be set so that the Left Shift return code was not returned, but the lock could be either on or off.
  • The 170 left shift release code is not returned by QB64 when INP($H60) is used to read the extended release scancodes.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link