Fix CI, escape not working

This commit is contained in:
kramo
2024-01-27 09:34:30 +01:00
parent 3e1ef88a1f
commit 303f2a2063
4 changed files with 16 additions and 12 deletions

View File

@@ -153,7 +153,6 @@ class CartridgesApplication(Adw.Application):
("go_to_parent", ("<alt>Up",), shared.win),
("go_home", ("<alt>Home",), shared.win),
("toggle_search", ("<primary>f",), shared.win),
("escape", ("Escape",), shared.win),
("undo", ("<primary>z",), shared.win),
("open_menu", ("F10",), shared.win),
("close", ("<primary>w",), shared.win),