Comment 2 for bug 999560

Revision history for this message
jus (jus) wrote :

Thanks, i can confirm that the previously not-workings shortcuts are ok now with Mac OSX.

The separate issue with the simultaneous key-presses still stands, at least with Mac OS.
It appears to me that there is a short delay before a 2nd keyboard press is processed. Shortcuts pressed in between are ignored.

Debug output Mac OS (start simultaneous playback):
Debug [Main]: keyboard press: "L"
Debug [Main]: Committing transaction on "qt_sql_default_connection" result: true
Debug [Main]: Query: " "" " parsed to: "WHERE (id in (6,9))"
Debug [Main]: PlaylistTableModel(0x11c76ffb0) select() took 1 ms
When i try to start two hotcues with different tracks on stopped decks , the first pressed hotcue plays until the the 2nd is released. Then both stop even if the first shortcut is still pressed.

I tested with Ubuntu and as you said it is fine there.
Debug output Linux (start simultaneous playback):
Debug [Main]: keyboard press: "D"
Debug [Main]: keyboard press: "L"
Debug [Main]: Committing transaction on "qt_sql_default_connection" result: true
Debug [Main]: Query: " "" " parsed to: "WHERE (id in (1))"
Debug [Main]: PlaylistTableModel(0x2f04b40) select() took 1 ms
Also hotcue shortcut handling is fine - just as it should be.

Using Qt version 4.8.1 both in Mac OSX 10.6.8 & Ubuntu Linux 12.04