diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-06 00:02:54 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-06 00:02:54 +0100 |
commit | f4476a916aa9ad65054f13bfa2c320d40761220f (patch) | |
tree | 086c2e84d1104fdf68c74aef992769514fa3fd5d /geometry | |
parent | 9e2894e8cf14c3104905634b69866bef74d8f908 (diff) |
Updated pc105 geometry
https://bugs.freedesktop.org/show_bug.cgi?id=26945
Diffstat (limited to 'geometry')
-rw-r--r-- | geometry/pc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/geometry/pc b/geometry/pc index 812f8425..ee923fc3 100644 --- a/geometry/pc +++ b/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 { |