Review Request 129055: [amarok] Fixed Space key binded as a global shortcut (which breaks keyboard usage for the session).

Alexandr Akulich akulichalexander at gmail.com
Tue Sep 27 20:13:42 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129055/
-----------------------------------------------------------

Review request for Amarok.


Repository: amarok


Description
-------

There is a change at commit c3c4c7b8ebc4bc9ec94394f5d3a5569dee8b4725 :
```diff
     setText( i18n( "Play/Pause" ) );
-    setShortcut( Qt::Key_Space );
-    setGlobalShortcut( KShortcut() );
+    KGlobalAccel::setGlobalShortcut(this, QKeySequence(Qt::Key_Space) );
```

The change globally binds Key_Space, which breaks the key usage for the session.


Diffs
-----

  src/ActionClasses.cpp 77334fc 

Diff: https://git.reviewboard.kde.org/r/129055/diff/


Testing
-------

Compiles.


Thanks,

Alexandr Akulich

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/amarok-devel/attachments/20160927/836222da/attachment.html>


More information about the Amarok-devel mailing list