YannThorimbert / Thorpy

A GUI library for Pygame
http://www.thorpy.org
Other
31 stars 5 forks source link

Keyer ignore Right Shift in Inserter #6

Closed starryknight64 closed 3 years ago

starryknight64 commented 3 years ago

https://github.com/YannThorimbert/Thorpy/blob/2800dad17f16d4d3a2877e78609564077cc663f3/thorpy/miscgui/keyer.py#L89

Proposed change: if pressed[K_LSHIFT] or pressed[K_RSHIFT]: # handle caps

YannThorimbert commented 3 years ago

Thanks, your suggestion has been added.