Skip to content

Commit

Permalink
Add shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
yt3trees committed Nov 12, 2023
1 parent e07c366 commit 35e9cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msbuild-gui/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private void SourceList_MouseDoubleClick(object sender, System.Windows.Input.Mou
}
private void SourceList_KeyDown(object sender, KeyEventArgs e)
{
if (e.Key == Key.A)
if (e.Key == Key.A || e.Key == Key.Enter)
{
AddButton_Click(sender, e);
}
Expand Down

0 comments on commit 35e9cba

Please sign in to comment.