From 6ed9526a65832c506b66db7fa50bcd7d3be2edf3 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 8 Aug 2021 18:06:26 +0800 Subject: [PATCH] comment on jp/kr key mapping --- libs/enigo/src/win/keycodes.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/enigo/src/win/keycodes.rs b/libs/enigo/src/win/keycodes.rs index 58122cb83..efe0550c4 100644 --- a/libs/enigo/src/win/keycodes.rs +++ b/libs/enigo/src/win/keycodes.rs @@ -1,4 +1,6 @@ // https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731 +// +// JP/KR mapping https://github.com/TigerVNC/tigervnc/blob/1a008c1380305648ab50f1d99e73439747e9d61d/vncviewer/win32.c#L267 pub const EVK_RETURN: u16 = 0x0D; pub const EVK_TAB: u16 = 0x09;