From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqfYq-0002hI-UF for qemu-devel@nongnu.org; Mon, 16 Jul 2012 03:17:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqfYk-0005Mb-Ei for qemu-devel@nongnu.org; Mon, 16 Jul 2012 03:17:40 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:37121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqfYk-0005MO-87 for qemu-devel@nongnu.org; Mon, 16 Jul 2012 03:17:34 -0400 Received: by pbbro12 with SMTP id ro12so10055233pbb.4 for ; Mon, 16 Jul 2012 00:17:33 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5003C007.8040904@redhat.com> Date: Mon, 16 Jul 2012 09:17:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <681600549.437398.1342421237548.JavaMail.open-xchange@email.1und1.de> In-Reply-To: <681600549.437398.1342421237548.JavaMail.open-xchange@email.1und1.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Disabling Console Switch using Ctrl + Alt + 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: "qemu-devel@nongnu.org" Il 16/07/2012 08:47, Erik Rull ha scritto: > > > how can I disable a switch to the "parallel0" console when accidentially > pressing Ctrl + Alt + 2? > > I don't need such a feature and it confuses some users of the running guest > system (some language layouts have the @ placed on the 2 where you need to > access either with AltGr or Ctrl + Alt). You can just disable the parallel port with "-parallel none". Paolo