Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

This should be a simple question:

  • Host OS: Arch Linux
  • Guest OS: Arch Linux (GNOME)

How can I send Ctrl+Alt+F1 to my Guest Linux OS?

share|improve this question
If you are at the console, you can also use chvt n (where n is from your Ctrl + Alt + Fn). Using that command in a GUI (e.g. tty7) requires root privileges to get a console fd. – Lekensteyn Feb 8 at 18:45

1 Answer

up vote 3 down vote accepted

Host + F1, default Host key is Right Ctrl.

share|improve this answer
1  
it worked! gr8! – Kent Feb 8 at 20:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.