https://bugs.kde.org/show_bug.cgi?id=383332
Mauro Carvalho Chehab <mchehab+...@kernel.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Mauro Carvalho Chehab <mchehab+...@kernel.org> --- Git commit 4f7ec78d2f68078702903e50fd505a76dd62e4a3 by Mauro Carvalho Chehab. Committed on 10/08/2017 at 11:15. Pushed by mauroc into branch 'master'. mediawidget: don't use key sequences as shortcut QKeySequence is used to define a sequence of keys that should be pressed in order for an action to occur, and not to set alternate keys for an action. Due to that, the default key maps for several actions don't work. Also, on modern desktops, the Keyboard's media keys are already mapped by the window manager, with may prevent Qt to use them. So, instead, just use keystrokes that exist on all keyboards, as, if someone wants something different, it can change the shortcuts via Kaffeine's menu. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> M +7 -7 src/mediawidget.cpp https://commits.kde.org/kaffeine/4f7ec78d2f68078702903e50fd505a76dd62e4a3 -- You are receiving this mail because: You are watching all bug changes.