Closed GoogleCodeExporter closed 9 years ago
correction:
the issue only affects scripts with the "midori" command...
substituted midori with firefox and now everything goes fine... :)
Original comment by masav...@gmail.com
on 3 Apr 2012 at 4:37
This is more a case of user error... if you use a hotkey to start a program
that will run for a long time, e.g. gnome-terminal or midori, you should use
e.g.
system.exec_command('midori', False)
This will prevent AutoKey from waiting for the output of the command which
prevents other hotkeys from being triggered (in the old version you are using).
This problem does not exist at all in the latest version.
Original comment by cdekter
on 4 Apr 2012 at 11:35
Original issue reported on code.google.com by
masav...@gmail.com
on 3 Apr 2012 at 7:49