mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-17 08:24:59 +00:00
feature: support delete key everywhere (#1412)
This commit is contained in:
parent
5494093261
commit
196b454ae8
11 changed files with 127 additions and 11 deletions
|
@ -13,6 +13,7 @@
|
|||
ItemsSource="{Binding #ThisControl.Rows}"
|
||||
SelectionMode="Multiple"
|
||||
SelectionChanged="OnNodesSelectionChanged"
|
||||
KeyDown="OnListKeyDown"
|
||||
ContextRequested="OnTreeContextRequested">
|
||||
<ListBox.ItemsPanel>
|
||||
<ItemsPanelTemplate>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue