diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /input/layout/kbdus/kbdus.h | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'input/layout/kbdus/kbdus.h')
| -rw-r--r-- | input/layout/kbdus/kbdus.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/input/layout/kbdus/kbdus.h b/input/layout/kbdus/kbdus.h new file mode 100644 index 00000000..32ea0e9a --- /dev/null +++ b/input/layout/kbdus/kbdus.h @@ -0,0 +1,38 @@ +/****************************** Module Header ******************************\ +* Module Name: KBDUS.H +* +* keyboard layout header for United States +* +* Copyright (c) 1985-2000, Microsoft Corporation +* +* Various defines for use by keyboard input code. +* +* History: +* +* created by KBDTOOL v3.11 Thu Aug 24 18:10:11 2000 +* +\***************************************************************************/ + +/* + * kbd type should be controlled by cl command-line argument + */ +#define KBD_TYPE 4 + +/* +* Include the basis of all keyboard table values +*/ +#include "kbd.h" +#include <dontuse.h> +/***************************************************************************\ +* The table below defines the virtual keys for various keyboard types where +* the keyboard differ from the US keyboard. +* +* _EQ() : all keyboard types have the same virtual key for this scancode +* _NE() : different virtual keys for this scancode, depending on kbd type +* +* +------+ +----------+----------+----------+----------+----------+----------+ +* | Scan | | kbd | kbd | kbd | kbd | kbd | kbd | +* | code | | type 1 | type 2 | type 3 | type 4 | type 5 | type 6 | +\****+-------+_+----------+----------+----------+----------+----------+----------+*/ + + |
