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

PSReadLineKeyHandlers should be stackable #136

Open
ninmonkey opened this issue Aug 10, 2023 · 1 comment
Open

PSReadLineKeyHandlers should be stackable #136

ninmonkey opened this issue Aug 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ninmonkey
Copy link

Maybe this is a big ask, being able to stack and undo Set-PSReadLineKeyHandlers could be quite useful.

Here's a few sample cases that would be nice to be able to toggle them

@StartAutomating
Copy link
Owner

I'm not sure stacking would be the exact right answer here.

I think that it might be better to expose keymapping in the types files (for instance, by making some scriptmethods).

The unresolved question is where to put them.

It could be part of the overall work with the host #129

@StartAutomating StartAutomating added the enhancement New feature or request label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants