Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sdk-api-src/content/ntddkbd/ns-ntddkbd-keyboard_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ typedef struct _KEYBOARD_ID {

Specifies the keyboard type.

| Value | Description |
|:-----:|------------------------------------------------------|
| 0x4 | Enhanced 101- or 102-key keyboards (and compatibles) |
| 0x7 | Japanese Keyboard |
| 0x8 | Korean Keyboard |
| 0x51 | Unknown type or HID keyboard |
| Value | kbd.h define | Description |
|:-----:|-----------------------------|------------------------------------------------------|
| 0x4 | `KEYBOARD_TYPE_GENERIC_101` | Enhanced 101- or 102-key keyboards (and compatibles) |
| 0x7 | `KEYBOARD_TYPE_JAPAN` | Japanese Keyboard |
| 0x8 | `KEYBOARD_TYPE_KOREA` | Korean Keyboard |
| 0x51 | `KEYBOARD_TYPE_UNKNOWN` | Unknown type or HID keyboard |

#### Subtype

Expand Down
12 changes: 6 additions & 6 deletions sdk-api-src/content/winuser/nf-winuser-getkeyboardtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ If the function fails and <i>nTypeFlag</i> is not 1, the return value is 0; 0 is

Valid keyboard types are:

| Value | Description |
|:-----:|------------------------------------------------------|
| 0x4 | Enhanced 101- or 102-key keyboards (and compatibles) |
| 0x7 | Japanese Keyboard |
| 0x8 | Korean Keyboard |
| 0x51 | Unknown type or HID keyboard |
| Value | kbd.h define | Description |
|:-----:|-----------------------------|------------------------------------------------------|
| 0x4 | `KEYBOARD_TYPE_GENERIC_101` | Enhanced 101- or 102-key keyboards (and compatibles) |
| 0x7 | `KEYBOARD_TYPE_JAPAN` | Japanese Keyboard |
| 0x8 | `KEYBOARD_TYPE_KOREA` | Korean Keyboard |
| 0x51 | `KEYBOARD_TYPE_UNKNOWN` | Unknown type or HID keyboard |

Keyboard subtypes are original equipment manufacturer (OEM)-dependent values.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ Type: <b>DWORD</b>

The type of keyboard. See [Remarks](#remarks).

| Value | Description |
|:-----:|------------------------------------------------------|
| 0x4 | Enhanced 101- or 102-key keyboards (and compatibles) |
| 0x7 | Japanese Keyboard |
| 0x8 | Korean Keyboard |
| 0x51 | Unknown type or HID keyboard |
| Value | kbd.h define | Description |
|:-----:|-----------------------------|------------------------------------------------------|
| 0x4 | `KEYBOARD_TYPE_GENERIC_101` | Enhanced 101- or 102-key keyboards (and compatibles) |
| 0x7 | `KEYBOARD_TYPE_JAPAN` | Japanese Keyboard |
| 0x8 | `KEYBOARD_TYPE_KOREA` | Korean Keyboard |
| 0x51 | `KEYBOARD_TYPE_UNKNOWN` | Unknown type or HID keyboard |

### -field dwSubType

Expand Down