Console
Console copied to clipboard
PowerShell Console UX improvements (shortcuts, features)
Expected Behavior
- [x]
Ctrl+A- allows me to select whole text in the PS Console - [x]
Ctrl+C- allows me to clear console whether selected text is empty otherwise it should copy text into clipboard (2nd part already works fine). - [ ] When I hold
Shiftkey and pressLeft,Rightkeys I should be able to highlight/unhighlight text - [ ] When I hold
Shift+Ctrlkeys and pressLeft,Rightkeys I should be able to highlight/unhighlight text chunks
Actual Behavior
Ctrl+A- set position to0Ctrl+C- This is partially covered by Ctrl+K however I cannot clean all text when my currentposition>command.lengthShift+Left,Right- unsupportedShift,Ctrl+Left,Right- unsupported
Some of the functionalities are missing, some of the shortcuts have different mapping than in Windows PS Console. Those are commonly used by my which I found, there might be more.
Steps to Reproduce the Problem
- Open Sitecore instance
- Run PowerShell Console
- Test shortcuts
@alan-null I upgraded the terminal plugin. These now work:
Ctrl+A - allows me to select whole text in the PS Console Ctrl+C - allows me to clear console whether selected text is empty otherwise it should copy text into clipboard
@michaellwest Perfect! 1st comment updated.