Send string keycode tweaks (#7471)
This commit is contained in:
parent
a2cedf4555
commit
5a6737a778
10 changed files with 58 additions and 45 deletions
|
@ -61,7 +61,7 @@ void enable_terminal(void) {
|
|||
memset(cmd_buffer, 0, CMD_BUFF_SIZE * 80);
|
||||
for (int i = 0; i < 6; i++) strcpy(arguments[i], "");
|
||||
// select all text to start over
|
||||
// SEND_STRING(SS_LCTRL("a"));
|
||||
// SEND_STRING(SS_LCTL("a"));
|
||||
send_string(terminal_prompt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue