Skip to content

Commit

Permalink
Merge pull request #63 from sndirsch/master
Browse files Browse the repository at this point in the history
Corrected Linux console keyboard mapping for French(Canada)
  • Loading branch information
ancorgs committed Jan 13, 2016
2 parents 74a71e7 + ed88c8c commit 8112e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboard/src/data/keyboard_raw.ycp
Expand Up @@ -118,7 +118,7 @@ return ($[
// keyboard layout
_("French (Canada)"),
$[
"pc104" : $[ "ncurses": "ca-fr-legacy.map.gz"],
"pc104" : $[ "ncurses": "ca.map.gz"],
"macintosh" : $[ "ncurses": "mac-us.map.gz"],
"type4" : $[ "ncurses": "sunkeymap.map.gz" ],
"type5" : $[ "ncurses": "sunt5-fr-latin1.map.gz" ],
Expand Down Expand Up @@ -534,7 +534,7 @@ return ($[
_("Ukrainian"),
$[
"pc104" : $[
"ncurses" : "ua.map.gz",
"ncurses" : "ua-utf.map.gz",
],
"macintosh" : $[
"ncurses" : "mac-us.map.gz"
Expand Down

0 comments on commit 8112e48

Please sign in to comment.