Cross-platform advanced subtitle editor
Go to file
Thomas Goyne 5162c28684 Check for audio hotkeys in both key down and char hook
wx doesn't call the keyboard hook when a window has capture, which
results in hotkeys not working while a mouse button is held down. This
usually doesn't matter much, but in the audio display one might want to
play audio while moving a marker. In general checking for hotkeys in
keydown doesn't work, but in the specific cast of marker dragging
keyboard focus is guaranteed to be on the audio display so it works out.

Originally committed to SVN as r6931.
2012-07-08 23:22:25 +00:00
aegisub Check for audio hotkeys in both key down and char hook 2012-07-08 23:22:25 +00:00
contrib assdraw: remove unused stuff 2012-05-26 16:54:45 +00:00
devel Add some kind of (really untested, but it compiles!) exception data fetching/command line arguments to w32dumper. 2012-03-03 01:48:23 +00:00
docs Add new buttons, commit changes to modified buttons. 2009-08-21 23:10:43 +00:00