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

@@ -209,5 +209,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("input_source_1_tip", "Input source 1"),
("input_source_2_tip", "Input source 2"),
("capture_display_elevated_connections_tip", "Capturing multiple displays is not supported in the elevated user mode. Please try again after installation if you want to control multiple displays."),
("swap-left-right-mouse", "Swap left-right mouse button"),
].iter().cloned().collect();
}