Comment 6 for bug 1653631

Revision history for this message
ronso0 (ronso0) wrote :

From what I understand so far, it would be enough to add a condition like
  if (m_unlockKeyToOriginal->get() == 1)
here:
https://github.com/mixxxdj/mixxx/blob/master/src/engine/keycontrol.cpp#L216

So, that condition, a new CO called i.e. "unlockKeyToOriginal" and associated controls in Preferences dialogue would have to be added, right?

If there's not much more to it I could to that.