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 5837f5fe81
29 changed files with 1590 additions and 18 deletions

View File

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