• 组合键 扫描码


    规律:键盘从左到右,从上到下

    ; KBXXXX Alt-Letter Key Codes
    ; Constant        Value
    KBAltA       EQU  1EH
    KBAltB       EQU  30H
    KBAltC       EQU  2EH
    KBAltD       EQU  20H
    KBAltE       EQU  12H
    KBAltF       EQU  21H
    KBAltG       EQU  22H
    KBAltH       EQU  23H
    KBAltI       EQU  17H
    KBAltJ       EQU  24H
    KBAltK       EQU  25H
    KBAltL       EQU  26H
    KBAltM       EQU  32H
    KBAltN       EQU  31H
    KBAltO       EQU  18H
    KBAltP       EQU  19H
    KBAltQ       EQU  10H
    KBAltR       EQU  13H
    KBAltS       EQU  1FH
    KBAltT       EQU  14H
    KBAltU       EQU  16H
    KBAltV       EQU  2FH
    KBAltW       EQU  11H
    KBAltX       EQU  2DH
    KBAltY       EQU  15H
    KBAltZ       EQU  2CH

    ; KBXXXX Alt-Number Key Codes
    ; Constant        Value
    KBAlt1       EQU  78H
    KBAlt2       EQU  79H
    KBAlt3       EQU  7AH
    KBAlt4       EQU  7BH
    KBAlt5       EQU  7CH
    KBAlt6       EQU  7DH
    KBAlt7       EQU  7EH
    KBAlt8       EQU  7FH
    KBAlt9       EQU  80H
    KBAlt0       EQU  81H

    -------------------------------------------------------

    kedebug

    Department of Computer Science and Engineering,

    Shanghai Jiao Tong University

    E-mail: kedebug0@gmail.com

    GitHub: http://github.com/kedebug

    -------------------------------------------------------

  • 相关阅读:
    GUID
    ORA-04044: 此处不允许过程, 函数, 程序包或类型和
    去掉word文档两边的空白
    Mysql数据库服务启动
    计算两个日期之间的天数
    SpringMVC——接收请求参数和页面传参
    ajax中get和post区别
    如何实现两个页面之间进行传值
    面试题
    MySQL数据库优化
  • 原文地址:https://www.cnblogs.com/kedebug/p/2791765.html
Copyright © 2020-2023  润新知