chrisseroka / ps-menu

Simple powershell menu to render interactive console menu
MIT License
234 stars 41 forks source link

Support of Home & End keys, addressing Ctrl+C issue #8

Closed strange-v closed 3 years ago

strange-v commented 3 years ago

First of all, thank you for this project, it's really useful for me.

With this PR I added support of Home & End keys that is quite useful for long menus. Additionally, I fixed Ctrl + C issue, please check the picture to compare behaviors. image

Let me know if any additional things are required to merge this PR. Thank you.