All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 696530] [NEW] qemu-0.13.0-r2 special keys different when using -alt-grab
@ 2011-01-02 15:31 Phillip Merensky
  2011-04-28  0:35 ` [Qemu-devel] [Bug 696530] " Brad Hards
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Phillip Merensky @ 2011-01-02 15:31 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I use -alt-grab with qemu-0.13.0-r2 and special keys like Ctrl-Alt-f for
full screen did not work for me with a windows guest. They work normally
when omitting the -alt-grab startup parameter.

After quite a long time, I found out that I have to add the shift key to
the keys from the documentation when I use the -alt-grab option.

Probably -ctrl-grab behaves similarly. It would be really nice to have
this documented in the default documentation in the man page as has not
been documented there yet.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696530

Title:
  qemu-0.13.0-r2 special keys different when using -alt-grab

Status in QEMU:
  New

Bug description:
  I use -alt-grab with qemu-0.13.0-r2 and special keys like Ctrl-Alt-f for full screen did not work for me with a windows guest. They work normally when omitting the -alt-grab startup parameter.

After quite a long time, I found out that I have to add the shift key to the keys from the documentation when I use the -alt-grab option.

Probably -ctrl-grab behaves similarly. It would be really nice to have this documented in the default documentation in the man page as has not been documented there yet.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 696530] Re: qemu-0.13.0-r2 special keys different when using -alt-grab
  2011-01-02 15:31 [Qemu-devel] [Bug 696530] [NEW] qemu-0.13.0-r2 special keys different when using -alt-grab Phillip Merensky
@ 2011-04-28  0:35 ` Brad Hards
  2011-04-28  7:24 ` Phillip Merensky
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Brad Hards @ 2011-04-28  0:35 UTC (permalink / raw)
  To: qemu-devel

Hi,

Thanks for reporting this issue - sorry it takes a while to get these
addressed.

I've looked at the code, and the modifiers are handled specially
depending on the command line option, so I think it is the intended
behaviour. I've update the docs (and submitted a patch) to make it
clearer.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696530

Title:
  qemu-0.13.0-r2 special keys different when using -alt-grab

Status in QEMU:
  New

Bug description:
  I use -alt-grab with qemu-0.13.0-r2 and special keys like Ctrl-Alt-f
  for full screen did not work for me with a windows guest. They work
  normally when omitting the -alt-grab startup parameter.

  After quite a long time, I found out that I have to add the shift key
  to the keys from the documentation when I use the -alt-grab option.

  Probably -ctrl-grab behaves similarly. It would be really nice to have
  this documented in the default documentation in the man page as has
  not been documented there yet.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 696530] Re: qemu-0.13.0-r2 special keys different when using -alt-grab
  2011-01-02 15:31 [Qemu-devel] [Bug 696530] [NEW] qemu-0.13.0-r2 special keys different when using -alt-grab Phillip Merensky
  2011-04-28  0:35 ` [Qemu-devel] [Bug 696530] " Brad Hards
@ 2011-04-28  7:24 ` Phillip Merensky
  2016-12-21 20:36 ` Thomas Huth
  2017-02-20  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Phillip Merensky @ 2011-04-28  7:24 UTC (permalink / raw)
  To: qemu-devel

Thank you!

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696530

Title:
  qemu-0.13.0-r2 special keys different when using -alt-grab

Status in QEMU:
  New

Bug description:
  I use -alt-grab with qemu-0.13.0-r2 and special keys like Ctrl-Alt-f
  for full screen did not work for me with a windows guest. They work
  normally when omitting the -alt-grab startup parameter.

  After quite a long time, I found out that I have to add the shift key
  to the keys from the documentation when I use the -alt-grab option.

  Probably -ctrl-grab behaves similarly. It would be really nice to have
  this documented in the default documentation in the man page as has
  not been documented there yet.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 696530] Re: qemu-0.13.0-r2 special keys different when using -alt-grab
  2011-01-02 15:31 [Qemu-devel] [Bug 696530] [NEW] qemu-0.13.0-r2 special keys different when using -alt-grab Phillip Merensky
  2011-04-28  0:35 ` [Qemu-devel] [Bug 696530] " Brad Hards
  2011-04-28  7:24 ` Phillip Merensky
@ 2016-12-21 20:36 ` Thomas Huth
  2017-02-20  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2016-12-21 20:36 UTC (permalink / raw)
  To: qemu-devel

Comment #1 sounds like this issue has been dealt with? Is there still
something left that needs to be fixed here?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696530

Title:
  qemu-0.13.0-r2 special keys different when using -alt-grab

Status in QEMU:
  Incomplete

Bug description:
  I use -alt-grab with qemu-0.13.0-r2 and special keys like Ctrl-Alt-f
  for full screen did not work for me with a windows guest. They work
  normally when omitting the -alt-grab startup parameter.

  After quite a long time, I found out that I have to add the shift key
  to the keys from the documentation when I use the -alt-grab option.

  Probably -ctrl-grab behaves similarly. It would be really nice to have
  this documented in the default documentation in the man page as has
  not been documented there yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/696530/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 696530] Re: qemu-0.13.0-r2 special keys different when using -alt-grab
  2011-01-02 15:31 [Qemu-devel] [Bug 696530] [NEW] qemu-0.13.0-r2 special keys different when using -alt-grab Phillip Merensky
                   ` (2 preceding siblings ...)
  2016-12-21 20:36 ` Thomas Huth
@ 2017-02-20  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2017-02-20  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696530

Title:
  qemu-0.13.0-r2 special keys different when using -alt-grab

Status in QEMU:
  Expired

Bug description:
  I use -alt-grab with qemu-0.13.0-r2 and special keys like Ctrl-Alt-f
  for full screen did not work for me with a windows guest. They work
  normally when omitting the -alt-grab startup parameter.

  After quite a long time, I found out that I have to add the shift key
  to the keys from the documentation when I use the -alt-grab option.

  Probably -ctrl-grab behaves similarly. It would be really nice to have
  this documented in the default documentation in the man page as has
  not been documented there yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/696530/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-20  4:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-02 15:31 [Qemu-devel] [Bug 696530] [NEW] qemu-0.13.0-r2 special keys different when using -alt-grab Phillip Merensky
2011-04-28  0:35 ` [Qemu-devel] [Bug 696530] " Brad Hards
2011-04-28  7:24 ` Phillip Merensky
2016-12-21 20:36 ` Thomas Huth
2017-02-20  4:17 ` Launchpad Bug Tracker

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.