feat: 添加按键绑定功能

This commit is contained in:
2026-04-25 05:36:50 +08:00
parent a749fc3c6c
commit 7a86eb469b
14 changed files with 495 additions and 5 deletions

3
src/core/action.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void spawn(const char *command);