8b605179eb
The keyboard input path pushed the raw character bytes, so the Enter key (a bare CR on the keymap) never produced an LF. Line-oriented readers on the console (e.g. a shell's read_line) then never saw a completed line and appeared to hang. Convert CR->LF here, matching the serial input path (push_input_bytes).