Add keyboard shortcut to expand settings panel

PR #2260 <https://github.com/Genymobile/scrcpy/pull/2260>

Signed-off-by: Romain Vimont <rom@rom1v.com>
nosecureflag_quickfix
brunoais 3 years ago committed by Romain Vimont
parent 50eecdab28
commit 6fa63cf6f8

@ -524,8 +524,10 @@ input_manager_process_key(struct input_manager *im,
if (control && !repeat && down) {
if (shift) {
collapse_panels(controller);
} else {
} else if (im->key_repeat == 0) {
expand_notification_panel(controller);
} else {
expand_settings_panel(controller);
}
}
return;

Loading…
Cancel
Save