CI
This commit is contained in:
parent
26d161f827
commit
a7a4cd7eac
@ -182,7 +182,7 @@ impl MouseControllable for Enigo {
|
|||||||
}
|
}
|
||||||
fn keysequence<'a>(key: Key) -> Cow<'a, str> {
|
fn keysequence<'a>(key: Key) -> Cow<'a, str> {
|
||||||
if let Key::KeySym(sym) = key {
|
if let Key::KeySym(sym) = key {
|
||||||
return Cow::Owned("");
|
return Cow::Owned("".to_owned());
|
||||||
}
|
}
|
||||||
if let Key::Layout(c) = key {
|
if let Key::Layout(c) = key {
|
||||||
return Cow::Owned(format!("U{:X}", c as u32));
|
return Cow::Owned(format!("U{:X}", c as u32));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user