[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 02/12] vl: deprecate -alt-grab and -ctrl-grab
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH v3 02/12] vl: deprecate -alt-grab and -ctrl-grab |
Date: |
Mon, 5 Feb 2018 09:46:11 +0100 |
User-agent: |
NeoMutt/20171215 |
Hi,
> > address@hidden -alt-grab and -ctrl-grab (since 2.12.0)
> > +
> > +The ``-alt-grab'' and ``-ctrl-grab'' arguments are deprecated. They
> > +work with SDL only. They will eventually replaced with a new way to
> > +configure hotkeys which works consistently across all user interfaces.
>
> Should the error message printed to the user document the new interface
> to be used instead? But that implies that we shouldn't deprecate this
> until the new interface for configuring hotkeys has been finalized...
Supporting two ways of specifying hotkeys at the same time isn't going
to fly. So my plan is to deprecate the old way now, and then some day
in the future drop the old args and support the new ones.
cheers,
Gerd
- [Qemu-devel] [PATCH v3 00/12] rework display initialization, part one, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 01/12] vl: deprecate -no-frame, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 02/12] vl: deprecate -alt-grab and -ctrl-grab, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 08/12] curses: use DisplayOptions, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 06/12] vl: drop no_quit variable, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 09/12] cocoa: use DisplayOptions, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 10/12] vl: drop full_screen variable, Gerd Hoffmann, 2018/02/02
- [Qemu-devel] [PATCH v3 12/12] vl: drop display_type variable, Gerd Hoffmann, 2018/02/02