mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Patch from Felix Paul Kuehne: Support previous & next keyboard shortcuts used by third-party keyboard vendors.
This commit is contained in:
@@ -39,10 +39,12 @@ MacShortcutHandler::macMediaKeyPressed( int key )
|
||||
emit playPause();
|
||||
break;
|
||||
case NX_KEYTYPE_FAST:
|
||||
case NX_KEYTYPE_NEXT:
|
||||
qDebug() << "emitting next pressed";
|
||||
emit next();
|
||||
break;
|
||||
case NX_KEYTYPE_REWIND:
|
||||
case NX_KEYTYPE_PREVIOUS:
|
||||
qDebug() << "emitting prev pressed";
|
||||
emit previous();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user