asweigart / PyMsgBox

Simple, cross-platform, pure Python module to display message boxes, and just message boxes.
BSD 3-Clause "New" or "Revised" License
59 stars 18 forks source link

Right / left arrow keys don't work #1

Closed josephernest closed 7 years ago

josephernest commented 7 years ago

If you do

pymsgbox.prompt('What did you do today?')

and then write some text, and then do Right arrow or Left arrow, the the focus moves to the buttons (OK, Cancel), instead of allowing the cursor (caret) to move in the textbox.

How to make that arrow keys let the user move inside the textbox?

asweigart commented 7 years ago

Fixed in 1.0.4. Thanks!

josephernest commented 7 years ago

Thank you. If I remember well, I installed in on Windows with

pip install pymsgbox

or something like this. Is there a command to update, directly from pip ? Thanks!

asweigart commented 7 years ago

Yes, you can run pip install -U pymsgbox

On Mon, Feb 27, 2017 at 12:16 AM, josephernest notifications@github.com wrote:

Thank you. If I remember well, I installed in on Windows with

pip install pymsgbox

or something like this. Is there a command to update, directly from pip ? Thanks!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/asweigart/PyMsgBox/issues/1#issuecomment-282654675, or mute the thread https://github.com/notifications/unsubscribe-auth/AADL_PEoaMPGHfXAAlLBU9SggUgemTbnks5rgoZggaJpZM4MMgwP .