feat: add keyboard to keypad switchs to macro panel

This commit is contained in:
Alfredo Monclus
2024-09-19 00:46:35 -03:00
parent f045393dc3
commit 822f5400cf
9 changed files with 41 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ class Keyboard(Gtk.Box):
if key == "":
Gtk.Entry.do_backspace(self.entry)
elif key == "":
self.close_cb()
self.close_cb(entry=self.entry)
return
elif key == "":
self.toggle_shift()