Comment 5 for bug 634493

Revision history for this message
Albert Santoni (gamegod) wrote :

I think it's a Mac OS X-only thing. QKeySequence doesn't seem to interpret strings like "Shift+[(native?) scan code]" properly on OS X.

If I change ConfigValueKbd to use a string representation for parsing and do the same for MixxxKeyboard, the problem goes away. Attached is a patch that does that.