Skip to content

Commit 3545bdc

Browse files
authored
Merge pull request #187 from tig/fixes_148_move_next_on_select
Fixes# 148. Move to next row on select
2 parents 925e2ca + 13d4426 commit 3545bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ private void AddListView(Window win)
384384
_listView.Height = Dim.Fill();
385385
_listView.AllowsMarking = _applicationData.OutputMode != OutputModeOption.None;
386386
_listView.AllowsMultipleSelection = _applicationData.OutputMode == OutputModeOption.Multiple;
387+
_listView.AddKeyBinding (Key.Space, Command.ToggleChecked, Command.LineDown);
387388

388389
win.Add(_listView);
389390
}

0 commit comments

Comments
 (0)