Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected Linux console keyboard mapping for French(Canada) #63

Merged
merged 2 commits into from
Jan 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions keyboard/src/data/keyboard_raw.ycp
Original file line number Diff line number Diff line change
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original intention was to include this fix as part of #61 But since that pull request has been unfortunately blocked for quite some time (I expect to spend time on it today to unblock it), I will merge your pull request today and rebase #61 on top.

],
"macintosh" : $[
"ncurses" : "mac-us.map.gz"
Expand Down