From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DAEVi-0004zs-3Y for qemu-devel@nongnu.org; Sat, 12 Mar 2005 16:51:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DAEVc-0004x2-Dz for qemu-devel@nongnu.org; Sat, 12 Mar 2005 16:50:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DAEVb-0004r1-Fm for qemu-devel@nongnu.org; Sat, 12 Mar 2005 16:50:55 -0500 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1DAEEo-0000Um-NW for qemu-devel@nongnu.org; Sat, 12 Mar 2005 16:33:35 -0500 Message-ID: <4233602C.6040409@gmx.de> Date: Sat, 12 Mar 2005 22:33:32 +0100 From: Oliver Gerlich MIME-Version: 1.0 Subject: Re: [Qemu-devel] Still some keyboard problems References: <1110228937.3297.18.camel@penguin> <422EDB06.5000604@gmx.de> <200503091844.35700.prdcomp@uol.com.br> <200503102252.11379.prdcomp@uol.com.br> In-Reply-To: <200503102252.11379.prdcomp@uol.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Paulo R. Dallan schrieb: > Hi everyone, Oliver! > > Still some keyboard problems: if I don't load any keyboard layout, I still > don't get the "/" and "?" keys... > > Now, if I load the pt-br layout "-k pt-br", yes, I get both the "/" and "?" > key and now the "ESC" is "there"; However, the "accent" keys ("'", "`", "^" > and "~" keys) don't work anymore... :( > (Please notice the "accent" keys work when I don't load any keyboard > layout...) > > PS: The version I'm using is cvs from March 10, 2005, with kqemu. > > Is there anyone directly in charge of the keyboards layouts? > > Again, congratulations for the good work and best regards! > > Paulo > Maybe the keymaps don't contain all keys yet, or qemu doesn't support the keys mentioned... In the latter case, you should see messages like "no scancode found for ..." on the console if you press such a key. If no such error appears, the problems is probably in the keymap files which are somewhere under /usr/share/ ... I think :) . In this case, you could experiment with your keymaps and try to add support for your keys - other users would surely appreciate this. About the key problems if not using a keymap: it looks as if this old method is "obsoleted" by keymap support; IIRC other keyboard improvements (like Windows keys) were only added to keymaps (internally, there's a hardcoded keymap in qemu which is used when no -k option is given; this really looks obsolete :). Good luck, Oliver