Skip to content

Commit

Permalink
keyboard_raw.ycp: Make use of the remaining sun keyboard layouts (boo…
Browse files Browse the repository at this point in the history
… #968183)
  • Loading branch information
sndirsch committed Feb 26, 2016
1 parent 6543dac commit bc0f3c2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions keyboard/src/data/keyboard_raw.ycp
Expand Up @@ -85,8 +85,8 @@ return ($[
"pc104" : $[ "ncurses": "ch-de_nodeadkeys.map.gz" ],
"macintosh" : $[ "ncurses": "ch-de_mac.map.gz" ],
"type4" : $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "de-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "de-sundeadkeys.map.gz" ],
"type5" : $[ "ncurses": "ch-de-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "ch-de-sundeadkeys.map.gz" ],
]
],
"french":
Expand All @@ -109,8 +109,8 @@ return ($[
"pc104" : $[ "ncurses": "ch-fr.map.gz"],
"macintosh" : $[ "ncurses": "ch-fr_mac.map.gz"],
"type4" : $[ "ncurses": "us.map.gz"],
"type5" : $[ "ncurses": "fr-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "fr-sundeadkeys.map.gz" ],
"type5" : $[ "ncurses": "ch-fr-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "ch-fr-sundeadkeys.map.gz" ],
]
],
"french-ca":
Expand All @@ -121,8 +121,8 @@ return ($[
"pc104" : $[ "ncurses": "ca.map.gz"],
"macintosh" : $[ "ncurses": "us-mac.map.gz"],
"type4" : $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "fr-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "fr-sundeadkeys.map.gz" ],
"type5" : $[ "ncurses": "us.map.gz" ],
"type5_euro": $[ "ncurses": "us.map.gz" ],
]
],

Expand Down Expand Up @@ -158,9 +158,9 @@ return ($[
$[
"pc104" : $[ "ncurses": "latam.map.gz"],
"macintosh" : $[ "ncurses": "us-mac.map.gz"],
"type4" : $[ "ncurses": "es-sundeadkeys.map.gz"],
"type5" : $[ "ncurses": "es-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "es-sundeadkeys.map.gz"],
"type4" : $[ "ncurses": "latam-sundeadkeys.map.gz"],
"type5" : $[ "ncurses": "latam-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "latam-sundeadkeys.map.gz"],
]
],
"spanish-lat-cp850":
Expand Down Expand Up @@ -195,8 +195,8 @@ return ($[
"pc104" : $[ "ncurses": "pt.map.gz"],
"macintosh" : $[ "ncurses": "pt-mac.map.gz"],
"type4" : $[ "ncurses": "us.map.gz"],
"type5" : $[ "ncurses": "us.map.gz" ],
"type5_euro": $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "pt-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "pt-sundeadkeys.map.gz" ],
]
],
"portugese-br":
Expand Down Expand Up @@ -243,8 +243,8 @@ return ($[
"pc104" : $[ "ncurses": "nl.map.gz"],
"macintosh" : $[ "ncurses": "nl-mac.map.gz"],
"type4" : $[ "ncurses": "us.map.gz"],
"type5" : $[ "ncurses": "us.map.gz" ],
"type5_euro": $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "nl-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "nl-sundeadkeys.map.gz" ],
]
],
"danish":
Expand Down Expand Up @@ -455,8 +455,8 @@ return ($[
"pc104" : $[ "ncurses": "tr.map.gz" ],
"macintosh" : $[ "ncurses": "us-mac.map.gz"],
"type4" : $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "us.map.gz" ],
"type5_euro": $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "tr-sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "tr-sundeadkeys.map.gz" ],
]
],
"croatian": [
Expand Down Expand Up @@ -524,8 +524,8 @@ return ($[
"pc104" : $[ "ncurses": "is.map.gz" ],
"macintosh" : $[ "ncurses": "is-mac.map.gz"],
"type4" : $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "us.map.gz" ],
"type5_euro": $[ "ncurses": "us.map.gz" ],
"type5" : $[ "ncurses": "is-Sundeadkeys.map.gz" ],
"type5_euro": $[ "ncurses": "is-Sundeadkeys.map.gz" ],
]
],

Expand Down

0 comments on commit bc0f3c2

Please sign in to comment.