fix(pynput): Add dead key detection condition to support German keyboard
This commit is contained in:
@@ -276,6 +276,7 @@ impl Handler {
|
||||
KeyRelease(k) => (k, 0),
|
||||
_ => return,
|
||||
};
|
||||
log::debug!("{:?}", key);
|
||||
let alt = get_key_state(enigo::Key::Alt);
|
||||
#[cfg(windows)]
|
||||
let ctrl = {
|
||||
|
||||
Reference in New Issue
Block a user