CI
This commit is contained in:
parent
26d161f827
commit
a7a4cd7eac
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ impl MouseControllable for Enigo {
|
|||
}
|
||||
fn keysequence<'a>(key: Key) -> Cow<'a, str> {
|
||||
if let Key::KeySym(sym) = key {
|
||||
return Cow::Owned("");
|
||||
return Cow::Owned("".to_owned());
|
||||
}
|
||||
if let Key::Layout(c) = key {
|
||||
return Cow::Owned(format!("U{:X}", c as u32));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue