Correct codes for 'R' and ';' keys, and indicate ISO keyboard type.

Wed, 02 Sep 2009 13:25:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 02 Sep 2009 13:25:30 +0200
changeset 2
2e01b6ee8632
parent 1
f1eb4338a50b
child 3
67a549175c96

Correct codes for 'R' and ';' keys, and indicate ISO keyboard type.

msvbde-osx.keylayout file | annotate | diff | comparison | revisions
     1.1 --- a/msvbde-osx.keylayout	Tue Feb 17 15:45:32 2009 +0100
     1.2 +++ b/msvbde-osx.keylayout	Wed Sep 02 13:25:30 2009 +0200
     1.3 @@ -1,11 +1,11 @@
     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 +<!--Last edited by Ukelele version 1.8.3 on 2009-09-02 at 12:40 (CEST)-->
    1.10 +<!--Hand edited by Michael Schloh von Bennewitz on 2009-09-02 at 10:42 (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="ANSI"/>
    1.14 +        <layout first="0" last="17" modifiers="Modifiers" mapSet="ISO"/>
    1.15      </layouts>
    1.16      <modifierMap id="Modifiers" defaultIndex="0">
    1.17          <keyMapSelect mapIndex="0">
    1.18 @@ -24,7 +24,7 @@
    1.19              <modifier keys="anyShift anyOption caps?"/>
    1.20          </keyMapSelect>
    1.21      </modifierMap>
    1.22 -    <keyMapSet id="ANSI">
    1.23 +    <keyMapSet id="ISO">
    1.24          <keyMap index="0">
    1.25              <key code="0" output="a"/>
    1.26              <key code="1" output="s"/>
    1.27 @@ -147,7 +147,7 @@
    1.28              <key code="12" output="Q"/>
    1.29              <key code="13" output="W"/>
    1.30              <key code="14" output="E"/>
    1.31 -            <key code="15" output=""/>
    1.32 +            <key code="15" output="R"/>
    1.33              <key code="16" output="Z"/>
    1.34              <key code="17" output="T"/>
    1.35              <key code="18" output="!"/>
    1.36 @@ -175,7 +175,7 @@
    1.37              <key code="40" output="K"/>
    1.38              <key code="41" output="Ö"/>
    1.39              <key code="42" output="&#x0027;"/>
    1.40 -            <key code="43" output="!"/>
    1.41 +            <key code="43" output=";"/>
    1.42              <key code="44" output="_"/>
    1.43              <key code="45" output="N"/>
    1.44              <key code="46" output="M"/>

mercurial