Re: [PATCH 1/1] Fix win32 keycode for VK_OEM_102

2020-05-01 Thread Daniel P . Berrangé
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 > --- >

[PATCH 1/1] Fix win32 keycode for VK_OEM_102

2020-04-29 Thread Volker Rümelin
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 --- data/keymaps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/keymaps.csv b/data/keymaps.csv index