mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 22:41:29 +03:00
This commit is contained in:
@@ -379,7 +379,7 @@ impl Enigo {
|
||||
let keycode_and_shiftstate = unsafe { VkKeyScanExW(chr as _, LAYOUT) };
|
||||
if keycode_and_shiftstate == (EVK_DECIMAL as i16) && chr == '.' {
|
||||
// a workaround of italian keyboard shift + '.' issue
|
||||
unsafe { VkKeyScanW(chr as _) as _ }
|
||||
EVK_PERIOD as _
|
||||
} else {
|
||||
keycode_and_shiftstate as _
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user