mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add an alias fo rthe play/pause toggle key
This commit is contained in:
parent
18bff172d4
commit
ed0f7e9684
@ -188,7 +188,7 @@ class ReadAloud:
|
||||
if ev.key is 'Escape':
|
||||
self.hide()
|
||||
return
|
||||
if ev.key is ' ' or ev.key is 'MediaPlayPause':
|
||||
if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause':
|
||||
self.toggle()
|
||||
return
|
||||
if ev.key is 'Play' or ev.key is 'MediaPlay':
|
||||
|
Loading…
x
Reference in New Issue
Block a user