From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BlEyi-0001dp-DT for qemu-devel@nongnu.org; Thu, 15 Jul 2004 18:45:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BlEyg-0001dd-Sn for qemu-devel@nongnu.org; Thu, 15 Jul 2004 18:45:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BlEyg-0001da-Ph for qemu-devel@nongnu.org; Thu, 15 Jul 2004 18:45:22 -0400 Received: from [38.113.3.61] (helo=babyruth.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BlEvu-0002ix-5Q for qemu-devel@nongnu.org; Thu, 15 Jul 2004 18:42:30 -0400 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id 8BA836E4888 for ; Thu, 15 Jul 2004 21:56:07 +0000 (UTC) Received: from jbrown.mylinuxbox.org (pcp03144805pcs.midval01.tn.comcast.net [68.59.228.236]) by smtp-1.hotpop.com (Postfix) with ESMTP id 91B1A1A01EB for ; Thu, 15 Jul 2004 21:33:40 +0000 (UTC) Date: Thu, 15 Jul 2004 18:42:22 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] [Fwd: Re: keyboard shortcut suggestion] Message-ID: <20040715224222.GA6118@jbrown.mylinuxbox.org> References: <40F6DC7B.20200@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Fri, Jul 16, 2004 at 12:04:31AM +0200, Laurent Amon wrote: > > On 16 juil. 04, at 01:51, malc wrote: > >UAE(if im not mistaken, after all i stole the idea from there) uses > >F12+hotkey for those, one can go as far as use PrintScreen/Pause or > >some > >other weird and underused key for a combo. > > > I'd rather have some key combo you can have on a mac keyboard, if you > don't mind :-) > > Maybe we can make that customizable? > > Lga. > > Yes, in the qemu config file have something like QemuVcKey = Ctrl-Alt-0 MonitorVcKey = Ctrl-Alt-1 SerialVcKey = Ctrl-Alt-2 MouseGrab = Shift-PrintScreen where the key sequence can be any key sequence thats valid for the monitor's sendkey command, and the defaults being QemuVcKey = Ctrl-Shift-F1 MonitorVcKey = Ctrl-Shift-F2 SerialVcKey = Ctrl-Shift-F3 MouseGrab = Ctrl-Shift I guess you could make em command line options, tho its kinda messy... qemu -QemuVcKey Ctrl-Shift-F1 -MonitorVcKey Ctrl-Shift-F2 -SerialVcKey Ctrl-Shift-F3 -MouseGrab Ctrl-Shift I like the new monitor/serial options btw .. makes qemu more configurable. I can get the old behavior with "qemu -monitor stdio -serial pty ..." but if I need to I can also do "qemu -serial stdio .." and just use a pipe to talk to the serial console. Clever! > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.