From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlBnV-0000xK-6Y for qemu-devel@nongnu.org; Tue, 30 May 2006 17:30:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlBnT-0000uE-Cu for qemu-devel@nongnu.org; Tue, 30 May 2006 17:30:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlBnT-0000tz-9d for qemu-devel@nongnu.org; Tue, 30 May 2006 17:30:39 -0400 Received: from [64.233.162.194] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FlBtL-0007e9-9B for qemu-devel@nongnu.org; Tue, 30 May 2006 17:36:43 -0400 Received: by nz-out-0102.google.com with SMTP id z3so777414nzf for ; Tue, 30 May 2006 14:30:37 -0700 (PDT) From: Harrison Metzger Date: Tue, 30 May 2006 16:37:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605301637.50351.harrisonmetz@gmail.com> Subject: [Qemu-devel] Qemu (linux) and keymaps 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 Hello. I'm not sure if this is the right place to report a possible bug. I'm running Gentoo Linux with qemu 0.8.0 without kqemu. I use a dvorak keyboard by having this line in my xorg.conf file: Option "XkbLayout" "dvorak" My x11 server is xorg 6.8.2-r7. My bug is when I try to toggle fullscreen with the ctrl+alt+f shortcut nothing happens. So I tried ctrl+alt+u (because on dvorak u is where the f is) and it worked. So it appears as if qemu is using raw scancodes instead or keys. I looked at the man page (after googling a bit) and it says I should not have to use the language (-k) option since I have PC linux. But even if I did there is no dvorak keymap available. This bug is minor because it took 15 seconds to figure out to hit ctrl+alt+u and because there are not that many users of the dvorak keyboard. But it would be nice to have a dvorak keymap just for the sake of completion on your wonderful project.