rshk / python-libxdo

Python bindings for libxdo
BSD 3-Clause "New" or "Revised" License
76 stars 19 forks source link

bugfixes for send_keysequence_* methods #3

Closed mzizzi closed 8 years ago

mzizzi commented 8 years ago

A couple of fixes

bugfix: libxdo.xdo_send_keysequence_window_down.argtypes improperly set the window_id parameter.

bugfix: send_keysequence_window_up ignored delay parameter

bugfix: send_keysequence_windown_down ignored delay parameter

rshk commented 8 years ago

Thanks for your contribution!

I'm going to review other windows_t occurrences that look suspicious as well.. and see if I can figure out a way to write some tests, the project could really use some.