From: "Jim C. Brown" <jbrown106@phreaker.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Fwd: Re: keyboard shortcut suggestion]
Date: Thu, 15 Jul 2004 18:42:22 -0400 [thread overview]
Message-ID: <20040715224222.GA6118@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <F2BAC72F-D6AA-11D8-80E2-00039307264A@stanfordalumni.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.
next prev parent reply other threads:[~2004-07-15 22:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-15 19:35 [Qemu-devel] [Fwd: Re: keyboard shortcut suggestion] Fabrice Bellard
2004-07-15 21:07 ` Antony T Curtis
2004-07-20 21:39 ` [Qemu-devel] " Emmanuel Charpentier
2004-07-20 22:10 ` Laurent Amon
2004-07-21 6:08 ` Pavel Janík
2004-07-21 8:46 ` Johannes Schindelin
2004-07-21 6:08 ` Pavel Janík
2004-07-15 23:51 ` [Qemu-devel] " malc
2004-07-15 21:09 ` Antony T Curtis
2004-07-15 21:28 ` Jim C. Brown
2004-07-15 21:31 ` Jernej Simončič
2004-07-16 2:17 ` Sylvain Petreolle
2004-07-15 22:04 ` Laurent Amon
2004-07-15 22:42 ` Jim C. Brown [this message]
2004-07-16 7:42 ` vaise
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040715224222.GA6118@jbrown.mylinuxbox.org \
--to=jbrown106@phreaker.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.