Skip to content

Minor Enhancements and Fixes

Latest
Compare
Choose a tag to compare
@vasily-v-ryabov vasily-v-ryabov released this 27 Oct 20:47
· 4 commits to master since this release
ff95296

Enhancements

  • Add allow_magic_lookup flag for Application and Desktop object. Thanks @pakal!
  • Don't duplicate already pressed key in internal list in win32_hooks.py. Thanks @TomRobo237!
  • Allow finding an edit box by title (its editable text).
  • Add option to send keyboard input for an application which doesn't handle VK_PACKET properly.
    Use vk_packet=False in method type_keys, default value is vk_packet=True. Thanks @philmbailey!

Bug Fixes