Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerShell Console UX improvements (shortcuts, features) #945

Open
2 of 4 tasks
alan-null opened this issue Sep 24, 2017 · 3 comments
Open
2 of 4 tasks

PowerShell Console UX improvements (shortcuts, features) #945

alan-null opened this issue Sep 24, 2017 · 3 comments
Assignees
Labels
improvement Extra sugar and spice. stale The issue has become stale due to lack of activity and was automatically or manually closed.

Comments

@alan-null
Copy link
Member

alan-null commented Sep 24, 2017

Expected Behavior

  • 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 (2nd part already works fine).
  • When I hold Shift key and press Left, Right keys I should be able to highlight/unhighlight text
  • When I hold Shift + Ctrl keys and press Left, Right keys I should be able to highlight/unhighlight text chunks

Actual Behavior

  • Ctrl+A - set position to 0
  • Ctrl+C - This is partially covered by Ctrl+K however I cannot clean all text when my current position >command.length
  • Shift + Left, Right - unsupported
  • Shift, 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 alan-null added the improvement Extra sugar and spice. label Sep 24, 2017
@michaellwest michaellwest self-assigned this Feb 4, 2018
@michaellwest
Copy link
Member

@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

@alan-null
Copy link
Member Author

alan-null commented Feb 5, 2018

@michaellwest Perfect!
1st comment updated.

Copy link

This issue is stale because it has been open for 365 days with no activity.

@github-actions github-actions bot added the stale The issue has become stale due to lack of activity and was automatically or manually closed. label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Extra sugar and spice. stale The issue has become stale due to lack of activity and was automatically or manually closed.
Projects
None yet
Development

No branches or pull requests

2 participants