Message ID | 20200429184250.8238-1-vr_qemu@t-online.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Patch for keycodemapdb | expand |
On Wed, Apr 29, 2020 at 08:42:50PM +0200, Volker Rümelin wrote: > The win32 keycode for VK_OEM_102 is 0xe2. The Microsoft docu- > mentation for virtual-key codes agrees with mingw32/winuser.h. Yes, I concur. I must have made a typo when entering this. > > Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> > --- > data/keymaps.csv | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> and queued for merge > > diff --git a/data/keymaps.csv b/data/keymaps.csv > index bc2376c..8111047 100644 > --- a/data/keymaps.csv > +++ b/data/keymaps.csv > @@ -145,7 +145,7 @@ KEY_KPDOT,83,ANSI_KeypadDecimal,0x41,0x53,0x71,0x71,99,VK_DECIMAL,0x6e,83,83,XK_ > KEY_KPDOT,83,ANSI_KeypadDecimal,0x41,0x53,0x71,0x71,99,VK_DECIMAL,0x6e,83,83,XK_KP_Decimal,0xffae,NumpadDecimal,KPDC,kp_decimal,0x32,0x41 > ,84,,,0x54,,,,,,,,,,,,,, > KEY_ZENKAKUHANKAKU,85,,,0x76,0x5f,,148,,,,,,,Lang5,HZTG,,, > -KEY_102ND,86,,,0x56,0x61,0x13,100,VK_OEM_102,0xe1,86,86,,,IntlBackslash,LSGT,less,0x7c, > +KEY_102ND,86,,,0x56,0x61,0x13,100,VK_OEM_102,0xe2,86,86,,,IntlBackslash,LSGT,less,0x7c, > KEY_F11,87,F11,0x67,0x57,0x78,0x56,68,VK_F11,0x7a,87,87,XK_F11,0xffc8,F11,FK11,f11,0x09,0x67 > KEY_F12,88,F12,0x6f,0x58,0x07,0x5e,69,VK_F12,0x7b,88,88,XK_F12,0xffc9,F12,FK12,f12,0x0b,0x6f > KEY_RO,89,,,0x73,0x51,,135,,,,,,,IntlRo,AB11,ro,, > -- > 2.16.4 > Regards, Daniel
diff --git a/data/keymaps.csv b/data/keymaps.csv index bc2376c..8111047 100644 --- a/data/keymaps.csv +++ b/data/keymaps.csv @@ -145,7 +145,7 @@ KEY_KPDOT,83,ANSI_KeypadDecimal,0x41,0x53,0x71,0x71,99,VK_DECIMAL,0x6e,83,83,XK_ KEY_KPDOT,83,ANSI_KeypadDecimal,0x41,0x53,0x71,0x71,99,VK_DECIMAL,0x6e,83,83,XK_KP_Decimal,0xffae,NumpadDecimal,KPDC,kp_decimal,0x32,0x41 ,84,,,0x54,,,,,,,,,,,,,, KEY_ZENKAKUHANKAKU,85,,,0x76,0x5f,,148,,,,,,,Lang5,HZTG,,, -KEY_102ND,86,,,0x56,0x61,0x13,100,VK_OEM_102,0xe1,86,86,,,IntlBackslash,LSGT,less,0x7c, +KEY_102ND,86,,,0x56,0x61,0x13,100,VK_OEM_102,0xe2,86,86,,,IntlBackslash,LSGT,less,0x7c, KEY_F11,87,F11,0x67,0x57,0x78,0x56,68,VK_F11,0x7a,87,87,XK_F11,0xffc8,F11,FK11,f11,0x09,0x67 KEY_F12,88,F12,0x6f,0x58,0x07,0x5e,69,VK_F12,0x7b,88,88,XK_F12,0xffc9,F12,FK12,f12,0x0b,0x6f KEY_RO,89,,,0x73,0x51,,135,,,,,,,IntlRo,AB11,ro,,
The win32 keycode for VK_OEM_102 is 0xe2. The Microsoft docu- mentation for virtual-key codes agrees with mingw32/winuser.h. Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> --- data/keymaps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)