Same problem occurs both in a desktop host (Curses in a terminal window) and in a CLI host (Curses in a SSH session). These are the scenarios I want to solve and, of course, local TTY (physical console).
El 02/02/17 a les 11:16, Alberto Garcia ha escrit: > On Thu, Feb 02, 2017 at 10:33:12AM +0100, Narcis Garcia wrote: > >> Only solved for english keys. Examples for spanish ñ and french ç: > > I'm not sure what you're trying to do, but if all you want is to use > your Linux VM with a text terminal and you don't want to ssh to it, > maybe you can simply use the serial port: > > - Add console=ttyS0 to the guest kernel command line in > /etc/default/grub (you can also set GRUB_TERMINAL=serial) > > - Launch QEMU with -serial XXX (see the manpage for options) > > - Attach to the serial port from the host using minicom, picocom, > screen, telnet, or whatever method you prefer. > > Berto >