clean xcmd_default_keys.h

This commit is contained in:
hqm 2021-09-12 18:53:20 +08:00
parent 14d9e9e64b
commit 77a076d0f5
1 changed files with 1 additions and 10 deletions

View File

@ -3,16 +3,7 @@
#include "xcmd.h"
#define STR_UP "\x1B\x5B\x41"
#define STR_DW "\x1B\x5B\x42"
#define STR_RIGHT "\x1B\x5B\x43"
#define STR_LEFT "\x1B\x5B\x44"
#define STR_END "\x1B\x5B\x46"
#define STR_HOME "\x1B\x5B\x48"
#define STR_INSERT "\x1B\x5B\x32\x7E"
#define STR_DELETE "\x1B\x5B\x33\x7E"
#define STR_PGUP "\x1B\x5B\x35\x7E"
#define STR_PGDW "\x1B\x5B\x36\x7E"
void default_keys_init(xcmder_t *cmder);