qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Fwd: Re: keyboard shortcut suggestion]


From: Jim C. Brown
Subject: Re: [Qemu-devel] [Fwd: Re: keyboard shortcut suggestion]
Date: Thu, 15 Jul 2004 18:42:22 -0400
User-agent: Mutt/1.4i

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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]