Correct codes for '<', '>', '|', '^', and '°' keys.

Tue, 17 Feb 2009 15:45:32 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 17 Feb 2009 15:45:32 +0100
changeset 1
f1eb4338a50b
parent 0
584e20f5e065
child 2
2e01b6ee8632

Correct codes for '<', '>', '|', '^', and '°' keys.

msvbde-osx.keylayout file | annotate | diff | comparison | revisions
     1.1 --- a/msvbde-osx.keylayout	Wed Oct 15 03:42:15 2008 +0200
     1.2 +++ b/msvbde-osx.keylayout	Tue Feb 17 15:45:32 2009 +0100
     1.3 @@ -1,6 +1,7 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
     1.6  <!--Created by Ukelele version 1.8 on 2008-10-13 at 16:00 (CEST)-->
     1.7 +<!--Last edited by Ukelele version 1.8 on 2009-02-17 at 15:22 (CET)-->
     1.8  <!--Hand edited by Michael Schloh von Bennewitz on 2008-10-14 at 10:20 (CEST)-->
     1.9  <keyboard group="126" id="-25758" name="MSvBDe" maxout="1">
    1.10      <layouts>
    1.11 @@ -35,7 +36,7 @@
    1.12              <key code="7" output="x"/>
    1.13              <key code="8" output="c"/>
    1.14              <key code="9" output="v"/>
    1.15 -            <key code="10" output="^"/>
    1.16 +            <key code="10" output="&#x003c;"/>
    1.17              <key code="11" output="b"/>
    1.18              <key code="12" output="q"/>
    1.19              <key code="13" output="w"/>
    1.20 @@ -75,7 +76,7 @@
    1.21              <key code="47" output="."/>
    1.22              <key code="48" output="&#x0009;"/>
    1.23              <key code="49" output=" "/>
    1.24 -            <key code="50" output="&#x003c;"/>
    1.25 +            <key code="50" output="^"/>
    1.26              <key code="51" output="&#x0008;"/>
    1.27              <key code="52" output="&#x0003;"/>
    1.28              <key code="53" output="&#x001b;"/>
    1.29 @@ -141,7 +142,7 @@
    1.30              <key code="7" output="X"/>
    1.31              <key code="8" output="C"/>
    1.32              <key code="9" output="V"/>
    1.33 -            <key code="10" output="°"/>
    1.34 +            <key code="10" output="&#x003e;"/>
    1.35              <key code="11" output="B"/>
    1.36              <key code="12" output="Q"/>
    1.37              <key code="13" output="W"/>
    1.38 @@ -181,7 +182,7 @@
    1.39              <key code="47" output=":"/>
    1.40              <key code="48" output="&#x0009;"/>
    1.41              <key code="49" output=" "/>
    1.42 -            <key code="50" output="&#x003e;"/>
    1.43 +            <key code="50" output="°"/>
    1.44              <key code="51" output="&#x0008;"/>
    1.45              <key code="52" output="&#x0003;"/>
    1.46              <key code="53" output="&#x001b;"/>
    1.47 @@ -237,6 +238,7 @@
    1.48              <key code="126" output="&#x001e;"/>
    1.49          </keyMap>
    1.50          <keyMap index="2">
    1.51 +            <key code="10" output="|"/>
    1.52              <key code="12" output="@"/>
    1.53              <key code="14" output="€"/>
    1.54              <key code="25" output="]"/>
    1.55 @@ -249,7 +251,7 @@
    1.56              <key code="46" output="μ"/>
    1.57              <key code="48" output="&#x0009;"/>
    1.58              <key code="49" output=" "/>
    1.59 -            <key code="50" output="|"/>
    1.60 +            <key code="50" output=""/>
    1.61              <key code="51" output="&#x0008;"/>
    1.62              <key code="52" output="&#x0003;"/>
    1.63              <key code="53" output="&#x001b;"/>

mercurial