diff options
author | svu <svu> | 2004-04-24 00:28:51 +0000 |
---|---|---|
committer | svu <svu> | 2004-04-24 00:28:51 +0000 |
commit | 8e1e2d8195a0deb742464821a463322a29bdca08 (patch) | |
tree | 83d9877bbf8b0875909713dc6a5a2f881d33b084 /geometry | |
parent | de82d2e5c50cf0cb674367d72cda30dee0ad8622 (diff) |
a lot of layouts cleaned up - but way way more to go
Diffstat (limited to 'geometry')
-rw-r--r-- | geometry/digital.vndr/pc | 6 | ||||
-rw-r--r-- | geometry/ibm.vndr/thinkpad | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/geometry/digital.vndr/pc b/geometry/digital.vndr/pc index 1529ed20..6c02fae4 100644 --- a/geometry/digital.vndr/pc +++ b/geometry/digital.vndr/pc @@ -164,7 +164,7 @@ partial xkb_geometry "leds_alone" { }; xkb_geometry "pc101" { - include "digital/pc(common)" + include "digital.vndr/pc(common)" shape.cornerRadius = 1; shape "BKSP" { primary = { [36,19] }, { [3,2], [33,16] } }; @@ -225,7 +225,7 @@ xkb_geometry "pc101" { }; xkb_geometry "pc102" { - include "digital/pc(common)" + include "digital.vndr/pc(common)" shape.cornerRadius = 1; shape "BKSP" { primary = { [36,19] }, { [3,2], [33,16] } }; @@ -289,7 +289,7 @@ xkb_geometry "pc102" { }; xkb_geometry "pcxaj" { - include "digital/pc(common)" + include "digital.vndr/pc(common)" shape.cornerRadius = 1; shape "BKSP" { primary = { [36,19] }, { [3,2], [33,16] } }; diff --git a/geometry/ibm.vndr/thinkpad b/geometry/ibm.vndr/thinkpad index c9b769cc..9eaf5323 100644 --- a/geometry/ibm.vndr/thinkpad +++ b/geometry/ibm.vndr/thinkpad @@ -167,7 +167,7 @@ xkb_geometry "common" { // 85 keys // US/English (FRU 02K4785). xkb_geometry "us" { - include "thinkpad(common)" + include "ibm.vndr/thinkpad(common)" description = "IBM ThinkPad 560Z/600/600E/A22E, US"; shape "RTRN" { cornerRadius = 1, { [43, 18] }, { [2.5, 0], [40.5, 14] } }; @@ -217,7 +217,7 @@ xkb_geometry "us" { // 86 keys // Tested on: DE/German, UK/English (FRU 02K4787). xkb_geometry "intl" { - include "thinkpad(common)" + include "ibm.vndr/thinkpad(common)" description = "IBM ThinkPad 560Z/600/600E/A22E, Intl"; shape "RTRN" { cornerRadius = 1, { [28, 0], [28, 37], [4, 37], [4, 18], |