1.. _mux_005fkeys: 2 3Keys in the character backend multiplexer 4----------------------------------------- 5 6During emulation, if you are using a character backend multiplexer 7(which is the default if you are using ``-nographic``) then several 8commands are available via an escape sequence. These key sequences all 9start with an escape character, which is Ctrl-a by default, but can be 10changed with ``-echr``. The list below assumes you're using the default. 11 12Ctrl-a h 13 Print this help 14 15Ctrl-a x 16 Exit emulator 17 18Ctrl-a s 19 Save disk data back to file (if -snapshot) 20 21Ctrl-a t 22 Toggle console timestamps 23 24Ctrl-a b 25 Send break (magic sysrq in Linux) 26 27Ctrl-a c 28 Rotate between the frontends connected to the multiplexer (usually 29 this switches between the monitor and the console) 30 31Ctrl-a Ctrl-a 32 Send the escape character to the frontend 33