From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZxeu-00008E-7Q for qemu-devel@nongnu.org; Sat, 08 Aug 2009 21:57:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZxeo-000082-Q8 for qemu-devel@nongnu.org; Sat, 08 Aug 2009 21:57:14 -0400 Received: from [199.232.76.173] (port=44964 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZxeo-00007z-KE for qemu-devel@nongnu.org; Sat, 08 Aug 2009 21:57:10 -0400 Received: from mail-yx0-f188.google.com ([209.85.210.188]:58169) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZxeo-0007oL-6U for qemu-devel@nongnu.org; Sat, 08 Aug 2009 21:57:10 -0400 Received: by yxe26 with SMTP id 26so3027424yxe.4 for ; Sat, 08 Aug 2009 18:57:09 -0700 (PDT) Date: Sat, 8 Aug 2009 21:56:59 -0400 From: "Chris K. Jester-Young" Message-ID: <20090809015659.GA26648@kettle> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline Subject: [Qemu-devel] Dvorak keymap for qemu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi there, I've noticed that the qemu distribution doesn't include a Dvorak keymap, which means for people who connect to a qemu VNC session from a computer using Dvorak, all the keys will be garbled. Attached is a file which provides Dvorak keymap support. It's named "en-dv" in line with how it's named in rdesktop (which, as mentioned in the qemu source, was the basis of the keymaps support); however, because I didn't know of rdesktop's version at the time I wrote the keymap, my implementation is completely different. I would appreciate it very much if either this file, or rdesktop's version, could be integrated into the qemu tree. Many thanks, Chris. --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=en-dv include en-us map 0x10409 # row 0 bracketleft 0x0c braceleft 0x0c shift bracketright 0x0d braceright 0x0d shift # row 1 apostrophe 0x10 quotedbl 0x10 shift comma 0x11 less 0x11 shift period 0x12 greater 0x12 shift p 0x13 addupper y 0x14 addupper f 0x15 addupper g 0x16 addupper c 0x17 addupper r 0x18 addupper l 0x19 addupper slash 0x1a question 0x1a shift equal 0x1b plus 0x1b shift # backslash 0x2b # bar 0x2b shift # row 2 # a 0x1e addupper o 0x1f addupper e 0x20 addupper u 0x21 addupper i 0x22 addupper d 0x23 addupper h 0x24 addupper t 0x25 addupper n 0x26 addupper s 0x27 addupper minus 0x28 underscore 0x28 shift # row 3 semicolon 0x2c colon 0x2c shift q 0x2d addupper j 0x2e addupper k 0x2f addupper x 0x30 addupper b 0x31 addupper # m 0x32 addupper w 0x33 addupper v 0x34 addupper z 0x35 addupper --PEIAKu/WMn1b1Hv9--