mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed play/pause (space key) when album popover is shown
This commit is contained in:
parent
ac749a10dd
commit
a695d829d8
@ -3951,6 +3951,8 @@ class mpdevil(Gtk.Application):
|
||||
)
|
||||
for action, accels in action_accels:
|
||||
self.set_accels_for_action(action, accels)
|
||||
# disable item activation on space key pressed in treeviews
|
||||
Gtk.binding_entry_remove(Gtk.binding_set_find('GtkTreeView'), Gdk.keyval_from_name("space"), Gdk.ModifierType.MOD2_MASK)
|
||||
self._window.present()
|
||||
|
||||
def do_startup(self):
|
||||
|
Loading…
Reference in New Issue
Block a user