Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

libfreerdp-kbd, dfb: update scancode for VK_HANGUL and VK_HANJA. handle directfb hardware key code. #64

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
libfreerdp-kbd: update scancode for VK_HANGUL and VK_HANJA.
ydal committed Oct 2, 2011

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a21384d49e0764cadfb096c7741a6701f59fecaa
4 changes: 2 additions & 2 deletions libfreerdp-kbd/keyboard.h
Original file line number Diff line number Diff line change
@@ -344,11 +344,11 @@ static const virtualKey virtualKeyboard[256 + 2] =
{ 0x38, 0, "VK_MENU" , "LALT" },
{ 0x46, 1, "VK_PAUSE" , "PAUS" },
{ 0x3A, 0, "VK_CAPITAL" , "CAPS" },
{ 0x00, 0, "VK_KANA / VK_HANGUL" , NULL },
{ 0xF2, 0, "VK_KANA / VK_HANGUL" , NULL },
{ 0x00, 0, "" , NULL },
{ 0x00, 0, "VK_JUNJA" , NULL },
{ 0x00, 0, "VK_FINAL" , NULL },
{ 0x00, 0, "VK_HANJA / VK_KANJI" , NULL },
{ 0xF1, 0, "VK_HANJA / VK_KANJI" , NULL },
{ 0x00, 0, "" , NULL },
{ 0x01, 0, "VK_ESCAPE" , "ESC" },
{ 0x00, 0, "VK_CONVERT" , NULL },