Added code view widget and base command system; updated keybinding system

This commit is contained in:
2025-12-14 02:44:05 -06:00
parent 2c453bc621
commit 849e7611ca
29 changed files with 1597 additions and 18 deletions

View File

@@ -36,6 +36,5 @@ class FooterContainer(Gtk.Box):
def _subscribe_to_events(self):
...
def _load_widgets(self):
...