2
0

mux-chardev.rst.inc 742 B

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