We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ee196 commit 13d4426Copy full SHA for 13d4426
src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs
@@ -384,6 +384,7 @@ private void AddListView(Window win)
384
_listView.Height = Dim.Fill();
385
_listView.AllowsMarking = _applicationData.OutputMode != OutputModeOption.None;
386
_listView.AllowsMultipleSelection = _applicationData.OutputMode == OutputModeOption.Multiple;
387
+ _listView.AddKeyBinding (Key.Space, Command.ToggleChecked, Command.LineDown);
388
389
win.Add(_listView);
390
}
0 commit comments