Releases: boppreh/keyboard
Releases · boppreh/keyboard
v0.13.5
v0.13.4
v0.13.3
v0.13.2
v0.13.1
v0.13.0
- [All] New
remap_
andblock_
functions. - [All] New high-level functions for parsing and converting hotkey names.
- [All] Added
.modifiers
and.is_keymap
attribute to events. - [All] Event name now matches character typed (e.g. now event from key
1
reports as!
if shift is pressed). This givesget_typed_strings
more precision. - [Windows] New key suppression system should fix most bugs with
suppress=True
. - [Linux] Added
.device
attribute to events. - [All] Many, many bugfixes.
v0.11.0
- [Windows] Used explicit WinDLL to fix "expected CFunctionType instance instead of CFunctionType".
- [Windows] Added more Windows virtual key codes for key name mapping (should fix .e.g "?").
- [All] Fixed canonicalization removing too much space (thanks @iliazeus).
- [All] Added
start_recording
andstop_recording
for more flexible macros (thanks @softuser25 for the suggestion). - [All] Added
read_shortcut
function. - [All] Added
get_shortcut_name
function. - [All] Cleaned up
examples
folder and added more examples.
v0.10.4
v0.10.3
- [All] Fix PyPI readme (pypa/setuptools#1126).
- [All] Remove bdist from release (PEP 527).