fix apps key

This commit is contained in:
rustdesk
2021-08-10 12:18:10 +08:00
parent bb25964307
commit e510d2744d
7 changed files with 10 additions and 7 deletions

View File

@@ -431,6 +431,8 @@ impl Enigo {
_ => 0,
}
}
#[inline]
fn map_key_board(&self, ch: char) -> CGKeyCode {
match ch {
'a' => kVK_ANSI_A,