LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
ahk/__init__.py
ahk/autohotkey.py
ahk/directives.py
ahk/gui.py
ahk/keyboard.py
ahk/keys.py
ahk/mouse.py
ahk/registry.py
ahk/screen.py
ahk/script.py
ahk/sound.py
ahk/utils.py
ahk/window.py
ahk.egg-info/PKG-INFO
ahk.egg-info/SOURCES.txt
ahk.egg-info/dependency_links.txt
ahk.egg-info/not-zip-safe
ahk.egg-info/requires.txt
ahk.egg-info/top_level.txt
ahk/templates/base.ahk
ahk/templates/hotkey.ahk
ahk/templates/gui/tooltip.ahk
ahk/templates/gui/traytip.ahk
ahk/templates/keyboard/key_state.ahk
ahk/templates/keyboard/key_wait.ahk
ahk/templates/keyboard/send.ahk
ahk/templates/keyboard/send_event.ahk
ahk/templates/keyboard/send_input.ahk
ahk/templates/keyboard/send_play.ahk
ahk/templates/keyboard/set_capslock_state.ahk
ahk/templates/mouse/click.ahk
ahk/templates/mouse/mouse_drag.ahk
ahk/templates/mouse/mouse_move.ahk
ahk/templates/mouse/mouse_position.ahk
ahk/templates/registery/reg_delete.ahk
ahk/templates/registery/reg_loop.ahk
ahk/templates/registery/reg_read.ahk
ahk/templates/registery/reg_set_view.ahk
ahk/templates/registery/reg_write.ahk
ahk/templates/screen/image_search.ahk
ahk/templates/screen/pixel_get_color.ahk
ahk/templates/screen/pixel_search.ahk
ahk/templates/sound/beep.ahk
ahk/templates/sound/get_volume.ahk
ahk/templates/sound/play.ahk
ahk/templates/sound/set_volume.ahk
ahk/templates/sound/sound_get.ahk
ahk/templates/sound/sound_set.ahk
ahk/templates/window/base_check.ahk
ahk/templates/window/base_command.ahk
ahk/templates/window/base_get_command.ahk
ahk/templates/window/control_send.ahk
ahk/templates/window/from_mouse.ahk
ahk/templates/window/get.ahk
ahk/templates/window/id_list.ahk
ahk/templates/window/set.ahk
ahk/templates/window/title_list.ahk
ahk/templates/window/win_click.ahk
ahk/templates/window/win_is_always_on_top.ahk
ahk/templates/window/win_move.ahk
ahk/templates/window/win_position.ahk
ahk/templates/window/win_send.ahk
ahk/templates/window/win_set.ahk
ahk/templates/window/win_set_title.ahk
docs/README.md