feat(core+backend/X11): 完成快捷键绑定和触发功能

This commit is contained in:
2026-04-27 01:09:23 +08:00
parent 19e97b730b
commit c93e78bbd6
13 changed files with 142 additions and 17 deletions

View File

@@ -36,6 +36,7 @@ int main(void) {
runtime_t runtime = {0};
bootstrap(&runtime);
runtime_setup(&runtime);
runtime_run(&runtime);
runtime_shutdown(&runtime);