johnnovak / illwill

A curses inspired simple cross-platform console library for Nim
Do What The F*ck You Want To Public License
398 stars 27 forks source link

No Alt key combination support #7

Closed minierolls closed 4 years ago

minierolls commented 4 years ago

Due to use of _getch function in Windows, there is no recognition for Alt key combinations (POSIX is not a problem, just need to add sequences). This could be fixed by using GetConsoleInput instead of _getch.

johnnovak commented 4 years ago

You're welcome to create a PR :)