gonzui


Format: Advanced Search

tkernel_2/driver/tef_em1d/lowkbpd/src/scancode.hbare sourcepermlink (0.03 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    T-Kernel 2.0 Software Package
    4:  *
    5:  *    Copyright 2011 by Ken Sakamura.
    6:  *    This software is distributed under the latest version of T-License 2.x.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
   10:  *    Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
   11:  *
   12:  *----------------------------------------------------------------------
   13:  */
   14: 
   15: /*
   16:         scancode.h     KB/PD real I/O driver: keyscan code definitions
   17:  *
   18:  */
   19: /*
   20:         one byte scan code (partial)
   21: */
   22: #define L_Alt           0x38
   23: #define NumLock         0x45
   24: #define NumLockLo       0x47
   25: #define NumLockHi       0x53
   26: 
   27: /*
   28:         special keyscan code (two bytes code is mapped to one byte code)
   29: */
   30: #define PrScr           0x54
   31: #define R_Alt           0x80
   32: #define R_Ctl           0x81
   33: #define Pause           0x82
   34: #define Ins             0x83
   35: #define Del             0x84
   36: #define Home            0x85
   37: #define End             0x86
   38: #define PgUp            0x87
   39: #define PgDn            0x88
   40: #define U_Arw           0x89
   41: #define D_Arw           0x8a
   42: #define L_Arw           0x8b
   43: #define R_Arw           0x8c
   44: #define G_Div           0x8d
   45: #define G_Entr          0x8e
   46: #define T_7             0x8f
   47: #define T_8             0x90
   48: #define T_9             0x91
   49: #define T_MINUS         0x92
   50: #define T_4             0x93
   51: #define T_5             0x94
   52: #define T_6             0x95
   53: #define T_PLUS          0x96
   54: #define T_1             0x97
   55: #define T_2             0x98
   56: #define T_3             0x99
   57: #define T_0             0x9a
   58: #define T_PERIOD        0x9b
   59: #define L_Win           0x9c
   60: #define R_Win           0x9d
   61: #define W_Menu          0x9e