swap left right mouse button

This commit is contained in:
rustdesk
2023-12-11 11:22:27 +08:00
parent fc110c4988
commit 2e146190e1
42 changed files with 107 additions and 3 deletions

View File

@@ -576,5 +576,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("input_source_1_tip", "Sorgente ingresso (1)"),
("input_source_2_tip", "Sorgente ingresso (2)"),
("capture_display_elevated_connections_tip", "La cattura di più display non è supportata nella modalità utente con privilegi elevati. Se vuoi controllare più display riprova dopo l'installazione."),
("Swap control-command key", ""),
("swap-left-right-mouse", ""),
].iter().cloned().collect();
}