mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
AltGr works on >10, but not on win7, even with pynput
This commit is contained in:
parent
dcad90e073
commit
71fb27fe4b
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ impl Handler {
|
|||
let mut tmp = get_key_state(enigo::Key::Control);
|
||||
unsafe {
|
||||
if IS_ALT_GR {
|
||||
if alt || key == Key::Alt {
|
||||
if alt || key == Key::AltGr {
|
||||
if tmp {
|
||||
tmp = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue