win, translate mode, debug almost done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
6eec0041bd
commit
ddc9792d15
6 changed files with 14 additions and 43 deletions
|
|
@ -1070,7 +1070,6 @@ fn legacy_keyboard_mode(evt: &KeyEvent) {
|
|||
fn translate_keyboard_mode(evt: &KeyEvent) {
|
||||
match evt.union {
|
||||
Some(key_event::Union::Unicode(unicode)) => {
|
||||
println!("REMOVE ME ========================= simulate_unicode {}", unicode);
|
||||
allow_err!(rdev::simulate_unicode(unicode as _));
|
||||
},
|
||||
Some(key_event::Union::Chr(..)) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue