Input keyboard command support putty/picocom

This commit is contained in:
Willy-JL
2023-08-13 02:34:42 +02:00
parent 1e2f2cc784
commit 1d3228768f

View File

@@ -98,7 +98,8 @@ static void input_cli_keyboard(Cli* cli, FuriString* args, Input* input) {
send_key = in_chr - 'A'; // Arrows in same order as InputKey
}
break;
case CliSymbolAsciiBackspace: // Backspace = Back
case CliSymbolAsciiBackspace: // (minicom) Backspace = Back
case CliSymbolAsciiDel: // (putty/picocom) Backspace = Back
send_key = InputKeyBack;
break;
case 0x4d: // Shift Enter = Hold Ok