Releases: spyoungtech/ahk
v0.9.0
Adds 'delay' and 'press_duration' to win_send functionality (Thanks @DizzyThermal) #83
Adds Window.click
functionality - using ControlClick
(Thanks @DizzyThermal) #82
Fixes typo in Window a method, now correctly spelled activate_bottom
#90
v0.8.1
This release adds the blocking
parameter to keyboard functions so that these functions can be called in a non-blocking fashion.
v0.8.0
This release features a bunch of new windows commands! (Thanks yedhrab!)
v0.7.0
Adds safeguards and warnings for instantiating ahk with executable_path
added method find_window_by_class (and its generator) + class_name property (thanks Pestitschek)
v0.6.2
v0.6.1
Adds sound features
sound_beep
sound_play
sound_get
get_volume
sound_set
set_volume
v0.6.0
Adds keyboard support! Defines the following functions
- key_state
- key_wait
- type
- send
- send_raw
- send_input
- send_play
- send_event
- key_press
- key_release
- key_down
- key_up
Other changes:
Hotkeys moved to keyboard module
keys module
debugging/logging instructions now accurate
suppress StopIteration error when using find_windows* functions when window not found
v0.5.0
Fixes relative mouse drag
Adds screen functions:
image_search
pixel_search
pixel_get_color
Windows are hashable & equality comparable
ahk.windows() no longer a generator; returns a list
v0.4.2
Adds preliminary functionality for
Hotkey
sActionChain
swin_set
v0.4.1
tiny tiny release.
- removes a debugging print