Releases: trag1c/outspin
Releases · trag1c/outspin
v0.3.2
v0.3.1
Added
- Handling
ctrl
+ arrows on Unix (#4 + #5 by @qexat) wait_for
now has a() -> Never
overloadpy.typed
marker file- Defined an
__all__
containing:- the
get_key
,pause
, andwait_for
functions - the
OutspinError
,OutspinImportError
, andOutspinValueError
exceptions
- the
Fixed
- Windows'
get_key()
implementation will no longer raise an exception when it fails to decode an unmapped keypress
v0.3.0
v0.2.0
Added
constants
namespacebackspace
anddelete
are now correctly recognized- Various modifier key combos are now recognized:
shift
+tab
shift
+alt
+ arrowsshift
+ctrl
+ arrowsshift
+ function keysctrl
+ A, B, E..H, K, N..Z
Changed
outspin
now explicitly throws an OSError when attempted to be imported on
Windows
Fixed
wait_for
no longer hangs when called with no arguments