bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.25k stars 56 forks source link

Implement word move (Ctrl/Alt+<L>/<R>) & Home/End move #110

Closed i404788 closed 1 year ago

i404788 commented 1 year ago

Hey there, This is a follow up https://github.com/bczsalba/pytermgui/pull/109 allowing word move that is standard in most shells as well as Home/End movement within InputFields. Similar to #109 I only have keycodes for posix but should be easy to add if needed.

bczsalba commented 1 year ago

Great work! Really appreciate it.