magmax / python-readchar

Python library to read characters and key strokes
MIT License
153 stars 46 forks source link

support page up and page down #15

Closed kcsaff closed 8 years ago

kcsaff commented 8 years ago

Properly supports the page up & page down keys, as well as providing aliases for them & HOME, END.

magmax commented 8 years ago

Hello,

I've just fixed the problem with depenencies that was making the build to fail. What a hell.

Could you kindly merge master against your branch?

Thank you.

kcsaff commented 8 years ago

Travis seems to change their tooling relatively frequently, & it's tough to debug when you have to push to see if it works! :)

kcsaff commented 8 years ago

Anyways should be good to merge now if you want.

magmax commented 8 years ago

I will release this next week.

Thank you very much.