swap key update
This commit is contained in:
parent
b5c4de9c83
commit
d76a1adfcc
3 changed files with 21 additions and 2 deletions
|
|
@ -1010,6 +1010,7 @@ impl<T: InvokeUiSession> Interface for Session<T> {
|
|||
handle_test_delay(t, peer).await;
|
||||
}
|
||||
}
|
||||
|
||||
fn swap_modifier_mouse(&self, msg : &mut hbb_common::protos::message::MouseEvent) {
|
||||
let allow_swap_key = self.get_toggle_option("allow_swap_key".to_string());
|
||||
if allow_swap_key {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue