feat: add keyboard to keypad switchs to macro panel
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user