From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ApMyk-0003p6-KY for qemu-devel@nongnu.org; Sat, 07 Feb 2004 02:34:14 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ApMyD-0003Ru-VE for qemu-devel@nongnu.org; Sat, 07 Feb 2004 02:34:13 -0500 Received: from [62.4.22.179] (helo=mail.bbrox.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ApMyB-0003HL-Ks for qemu-devel@nongnu.org; Sat, 07 Feb 2004 02:33:41 -0500 Date: Sat, 7 Feb 2004 08:33:19 +0100 From: Lionel Ulmer Subject: Re: [Qemu-devel] How to send Ctrl+Alt+F1 to guest OS? Message-ID: <20040207083319.A26273@bbland> References: <200402061916.43243.joshdeb@metzlers.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402061916.43243.joshdeb@metzlers.org>; from joshdeb@metzlers.org on Fri, Feb 06, 2004 at 07:16:43PM -0500 Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, Feb 06, 2004 at 07:16:43PM -0500, Josh Metzler wrote: > Now that I have xfree86 working in qemu, I would like to be able to send > Ctrl+Alt+F1 to it to switch back to a vt. When I try this, though, my host > machine switches to vt1, even if I have the mouse captured by qemu. Is there > any way to do this? Well, XFree86 is catching these special event codes and does not even send them to the applications (ie all the the Ctrl+Alt+ +/- or Fx ones). The only way to support is would be to do as VNC does : have a key pop-up a menu with 'Send Ctrl+Alt+F1 to system'. Lionel -- Lionel Ulmer - http://www.bbrox.org/