添加快捷键设置

This commit is contained in:
2025-08-19 21:37:57 +08:00
parent bb61bfcd2e
commit 2a7ab324be
8 changed files with 113 additions and 5 deletions

6
src/action.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "types.h"
void spawn(const user_action_arg_t *arg);
void quit(const user_action_arg_t *arg);