diff options
author | marha <marha@users.sourceforge.net> | 2010-05-06 06:07:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-06 06:07:20 +0000 |
commit | b26731866b21540d615a84bc2c41ccb454305990 (patch) | |
tree | 15b9ec65fb8fdd9544f74427f8960fbec159dd74 /xorg-server/xkbdata.src/geometry | |
parent | 93041fdd8c52dc6ffe78516cd8955fe3d336c4b4 (diff) | |
download | vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.tar.gz vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.tar.bz2 vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.zip |
xkeyboard-config git update 6/5/2010
Diffstat (limited to 'xorg-server/xkbdata.src/geometry')
-rw-r--r-- | xorg-server/xkbdata.src/geometry/pc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/xorg-server/xkbdata.src/geometry/pc b/xorg-server/xkbdata.src/geometry/pc index 812f8425f..ee923fc31 100644 --- a/xorg-server/xkbdata.src/geometry/pc +++ b/xorg-server/xkbdata.src/geometry/pc @@ -514,10 +514,13 @@ xkb_geometry "pc105" { shape "BKSP" { { [ 38,18] }, { [2,1], [ 36,16] } }; shape "TABK" { { [ 28,18] }, { [2,1], [ 26,16] } }; shape "BKSL" { { [ 28,18] }, { [2,1], [ 26,16] } }; - shape "RTRN" { { [ 42,18] }, { [2,1], [ 40,16] } }; + shape "RTRN" { + { [0,0], [28,0], [28,37], [5,37], [5,18], [0,18] } , + { [2,1], [26,1], [26,35], [7,35], [7,16], [2,16] } , + approx = { [5,0], [28,37] } }; shape "CAPS" { { [ 33,18] }, { [2,1], [ 31,16] } }; shape "LFSH" { { [ 25,18] }, { [2,1], [ 23,16] } }; - shape "RTSH" { { [ 50,18] }, { [2,1], [ 50,16] } }; + shape "RTSH" { { [ 50,18] }, { [2,1], [ 48,16] } }; shape "MODK" { { [ 27,18] }, { [2,1], [ 25,16] } }; shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } }; shape "SPCE" { { [113,18] }, { [2,1], [111,16] } }; @@ -578,7 +581,7 @@ xkb_geometry "pc105" { keys { { <TAB>, "TABK", color="grey20" }, <AD01>, <AD02>, <AD03>, <AD04>, <AD05>, <AD06>, <AD07>, <AD08>, <AD09>, <AD10>, - <AD11>, <AD12>, { <BKSL>, "BKSL" } + <AD11>, <AD12>, { <RTRN>, "RTRN", color="grey20" } }; }; row { @@ -586,7 +589,7 @@ xkb_geometry "pc105" { keys { { <CAPS>, "CAPS", color="grey20" }, <AC01>, <AC02>, <AC03>, <AC04>, <AC05>, <AC06>, <AC07>, <AC08>, <AC09>, <AC10>, - <AC11>, { <RTRN>, "RTRN", color="grey20" } + <AC11>, <BKSL> }; }; row { |