mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Add a reference to Qt bug for mediaplaypause
This commit is contained in:
parent
4624fcc1f8
commit
b33ea2fcd3
@ -188,6 +188,8 @@ class ReadAloud:
|
|||||||
if ev.key is 'Escape':
|
if ev.key is 'Escape':
|
||||||
self.hide()
|
self.hide()
|
||||||
return
|
return
|
||||||
|
# Note that in the standalone viewer MediaPlayPause is currently broken
|
||||||
|
# in Qt: https://bugreports.qt.io/browse/QTBUG-89915
|
||||||
if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause':
|
if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause':
|
||||||
self.toggle()
|
self.toggle()
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user