mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature<Launcher>: add common hotkeys
1. `Ctrl + Tab` goto next page 2. `Ctrl + W` close current active page 3. `Ctrl + T` open new page 4. `Ctrl + F` open search bar if possible 5. `Ctrl + [0-9]` go to page at given index if possible 6. `F5` refresh current repository if possible
This commit is contained in:
parent
c3b1b6d502
commit
7c98ed4990
5 changed files with 73 additions and 3 deletions
|
@ -319,7 +319,7 @@ namespace SourceGit.Views.Widgets {
|
|||
e.Handled = true;
|
||||
}
|
||||
|
||||
private void OpenSearch(object sender, RoutedEventArgs e) {
|
||||
public void OpenSearch(object sender, RoutedEventArgs e) {
|
||||
if (popup.IsLocked) return;
|
||||
popup.Close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue