Scancode: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
(Redirected page to Scan Code)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A '''scan code''' is a two-part or four-part [[hexadecimal]] code associated with a keystroke (so called because it comes from scanning the keyboard).
#redirect:[[Scan Code]]
 
To determine the standardized Business Rules [[scancode]]s, run the following program:
 
10 LET X$ = KSTAT$(1)
20 PRINT UNHEX$(X$)
30 GOTO 10
 
Each time you press a key, the scancode for that key is displayed.
 
Here are a few of the Scan codes:
 
{| border="1" align="center"
|-
!Key
!Scan Code
|-
| Tab
| ooo
|}
 
 
See the [[KStat$]] [[internal function]] for more information.
 
<noinclude>
[[Category:Terminology]]
[[Category:Needs Help]]
</noinclude>

Latest revision as of 18:44, 8 August 2016

Redirect to: