From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EYzOA-0002Up-0l for qemu-devel@nongnu.org; Mon, 07 Nov 2005 00:17:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EYzO8-0002Ud-GW for qemu-devel@nongnu.org; Mon, 07 Nov 2005 00:17:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYzO8-0002Ua-Bq for qemu-devel@nongnu.org; Mon, 07 Nov 2005 00:17:48 -0500 Received: from [69.93.213.210] (helo=elm.edmunds-enterprises.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EYzO8-0005QM-C4 for qemu-devel@nongnu.org; Mon, 07 Nov 2005 00:17:48 -0500 Received: from c-24-9-29-64.hsd1.co.comcast.net ([24.9.29.64] helo=[192.168.0.107]) by elm.edmunds-enterprises.com with esmtpa (Exim 4.52) id 1EYzO5-0004Tr-N3 for qemu-devel@nongnu.org; Mon, 07 Nov 2005 00:17:45 -0500 From: Phil Rasch Date: Sun, 6 Nov 2005 22:17:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511062217.40088.phil@supstitches.com> Subject: [Qemu-devel] user definable hotkeys to send instructions to the host OS? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I would like to be able to program a hotkey that would allow me to shift from a fullscreen qemu session to another workspace or X display with access to the host OS. I think I can construct the instructions (to X or gdm/kdm etc) to instruct the window manager to do what I want, but the problem is that qemu seems to grab all the keystrokes and not pass anything to the host OS. All my attempts seem to be intercepted by qemu, and not passed to the OS. Can anybody suggest a way to do what I want, or is it going to take some hacking on the source? If so, can you suggest the starting point? If people think it would be useful to others I would be happy to try to provide a patch. Thanks in advance for your advice. Phil