prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 718 forks source link

wrong char for numpad_key DIVIDE ("/" ) #1713

Closed Codehimn closed 1 year ago

Codehimn commented 1 year ago

the numpad key "/" DIVIDE

print(key.dict) {'vk': 111, 'char': '-', 'is_dead': False, 'combining': None, '_flags': None, '_scan': 53}

have the wrong char