From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 990701C43C7; Wed, 24 Apr 2019 04:31:32 -0400 (EDT) Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by befuddled.reisers.ca (Postfix) with ESMTPS id 40A3C1C439C for ; Wed, 24 Apr 2019 04:31:31 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BD11A2289; Wed, 24 Apr 2019 10:31:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V1GjUEv_am8E; Wed, 24 Apr 2019 10:31:29 +0200 (CEST) Received: from function (dhcp-13-201.lip.ens-lyon.fr [140.77.13.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 75AB52290; Wed, 24 Apr 2019 10:31:11 +0200 (CEST) Received: from samy by function with local (Exim 4.92) (envelope-from ) id 1hJDJ8-0004TV-LM; Wed, 24 Apr 2019 10:31:10 +0200 Date: Wed, 24 Apr 2019 10:31:10 +0200 From: Samuel Thibault To: Didier Spaier Cc: debian-accessibility@lists.debian.org, speakup@linux-speakup.org Subject: Re: Debian Buster installer and speech issues Message-ID: <20190424083110.paqoi3wpufwf547d@function> Mail-Followup-To: Didier Spaier , debian-accessibility@lists.debian.org, speakup@linux-speakup.org References: <20190423162245.bufpxdcjjmuh6bae@function> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170113 (1.7.2) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2019 08:31:32 -0000 Didier Spaier, le mar. 23 avril 2019 23:40:20 +0200, a ecrit: > I couldn't manage to switch to a tty though although > I told quemu to grab the keys with Ctrl+Alt+G, > this switched to a tty of the host so I don't know ctrl-alt-f1-6 are taken by the kernel, Xorg can't do much about it. The only way to synthesize them in qemu is to switch to the qemu console with control-alt-2 and type "sendkey ctrl-alt-f2" there. Samuel