Skip to content

Commit

Permalink
Japanese layout: added VK_HANKAKU_ZENKAKU_KANJI
Browse files Browse the repository at this point in the history
  • Loading branch information
fdivitto committed May 21, 2022
1 parent 8a9f1e5 commit c7d1f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/devdrivers/kbdlayouts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ const KeyboardLayout JapaneseLayout {

// single byte scancodes
{
//{ 0x0E, VK_HANKAKU_ZENKAKU_KANJI },
{ 0x0E, VK_HANKAKU_ZENKAKU_KANJI },
{ 0x55, VK_CARET },
{ 0x54, VK_AT },
{ 0x5B, VK_LEFTBRACKET },
Expand Down
1 change: 1 addition & 0 deletions src/fabutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,7 @@ enum VirtualKey {
VK_MUHENKAN,
VK_HENKAN,
VK_KATAKANA_HIRAGANA_ROMAJI,
VK_HANKAKU_ZENKAKU_KANJI,
VK_SHIFT_0,

VK_ASCII, /**< Specifies an ASCII code - used when virtual key is embedded in VirtualKeyItem structure and VirtualKeyItem.ASCII is valid */
Expand Down

0 comments on commit c7d1f49

Please sign in to comment.