Add missing '|' code and correctly swap codes for '>/<', and '^/°' keys. default tip

Sat, 03 Oct 2009 16:25:13 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Oct 2009 16:25:13 +0200
changeset 3
67a549175c96
parent 2
2e01b6ee8632

Add missing '|' code and correctly swap codes for '>/<', and '^/°' keys.

msvbde-osx.keylayout file | annotate | diff | comparison | revisions
     1.1 --- a/msvbde-osx.keylayout	Wed Sep 02 13:25:30 2009 +0200
     1.2 +++ b/msvbde-osx.keylayout	Sat Oct 03 16:25:13 2009 +0200
     1.3 @@ -1,8 +1,8 @@
     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.3 on 2009-09-02 at 12:40 (CEST)-->
     1.8 -<!--Hand edited by Michael Schloh von Bennewitz on 2009-09-02 at 10:42 (CEST)-->
     1.9 +<!--Last edited by Ukelele version 1.8.3 on 2009-09-25 at 21:45 (CEST)-->
    1.10 +<!--Hand edited by Michael Schloh von Bennewitz on 2009-10-02 at 14:10 (CEST)-->
    1.11  <keyboard group="126" id="-25758" name="MSvBDe" maxout="1">
    1.12      <layouts>
    1.13          <layout first="0" last="17" modifiers="Modifiers" mapSet="ISO"/>
    1.14 @@ -36,7 +36,7 @@
    1.15              <key code="7" output="x"/>
    1.16              <key code="8" output="c"/>
    1.17              <key code="9" output="v"/>
    1.18 -            <key code="10" output="&#x003c;"/>
    1.19 +            <key code="10" output="^"/>
    1.20              <key code="11" output="b"/>
    1.21              <key code="12" output="q"/>
    1.22              <key code="13" output="w"/>
    1.23 @@ -76,7 +76,7 @@
    1.24              <key code="47" output="."/>
    1.25              <key code="48" output="&#x0009;"/>
    1.26              <key code="49" output=" "/>
    1.27 -            <key code="50" output="^"/>
    1.28 +            <key code="50" output="&#x003c;"/>
    1.29              <key code="51" output="&#x0008;"/>
    1.30              <key code="52" output="&#x0003;"/>
    1.31              <key code="53" output="&#x001b;"/>
    1.32 @@ -142,7 +142,7 @@
    1.33              <key code="7" output="X"/>
    1.34              <key code="8" output="C"/>
    1.35              <key code="9" output="V"/>
    1.36 -            <key code="10" output="&#x003e;"/>
    1.37 +            <key code="10" output="°"/>
    1.38              <key code="11" output="B"/>
    1.39              <key code="12" output="Q"/>
    1.40              <key code="13" output="W"/>
    1.41 @@ -182,7 +182,7 @@
    1.42              <key code="47" output=":"/>
    1.43              <key code="48" output="&#x0009;"/>
    1.44              <key code="49" output=" "/>
    1.45 -            <key code="50" output="°"/>
    1.46 +            <key code="50" output="&#x003e;"/>
    1.47              <key code="51" output="&#x0008;"/>
    1.48              <key code="52" output="&#x0003;"/>
    1.49              <key code="53" output="&#x001b;"/>
    1.50 @@ -238,7 +238,7 @@
    1.51              <key code="126" output="&#x001e;"/>
    1.52          </keyMap>
    1.53          <keyMap index="2">
    1.54 -            <key code="10" output="|"/>
    1.55 +            <key code="10" output=""/>
    1.56              <key code="12" output="@"/>
    1.57              <key code="14" output="€"/>
    1.58              <key code="25" output="]"/>
    1.59 @@ -251,7 +251,7 @@
    1.60              <key code="46" output="μ"/>
    1.61              <key code="48" output="&#x0009;"/>
    1.62              <key code="49" output=" "/>
    1.63 -            <key code="50" output=""/>
    1.64 +            <key code="50" output="|"/>
    1.65              <key code="51" output="&#x0008;"/>
    1.66              <key code="52" output="&#x0003;"/>
    1.67              <key code="53" output="&#x001b;"/>
    1.68 @@ -407,6 +407,4 @@
    1.69              <key code="126" output="&#x001e;"/>
    1.70          </keyMap>
    1.71      </keyMapSet>
    1.72 -    <actions>
    1.73 -    </actions>
    1.74  </keyboard>

mercurial