Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
3afe4208
Commit
3afe4208
authored
Apr 10, 2006
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11drv: Update French keyboard layout to better match the X11 one.
parent
6fdff26c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
keyboard.c
dlls/x11drv/keyboard.c
+4
-4
No files found.
dlls/x11drv/keyboard.c
View file @
3afe4208
...
...
@@ -292,12 +292,12 @@ static const char main_key_UK[MAIN_LEN][4] =
"
\\
|"
};
/*** French keyboard layout (
contributed by Eric Pouech
) */
/*** French keyboard layout (
setxkbmap fr
) */
static
const
char
main_key_FR
[
MAIN_LEN
][
4
]
=
{
""
,
"&1"
,
"2
~"
,
"
\"
3#"
,
"'4{"
,
"(5["
,
"-6|"
,
"7`"
,
"_8
\\
"
,
"9^"
,
"0@"
,
")]"
,
"=+}
"
,
"aA"
,
"zZ"
,
"eE"
,
"rR"
,
"tT"
,
"yY"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
"^"
,
"$"
,
"qQ"
,
"sS"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
"mM"
,
"%"
,
"*"
,
""
,
"&1"
,
"2
"
,
"
\"
3"
,
"'4"
,
"(5"
,
"-6"
,
"7"
,
"_8"
,
"9"
,
"0"
,
")"
,
"=+
"
,
"aA"
,
"zZ"
,
"eE"
,
"rR"
,
"tT"
,
"yY"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
"^"
,
"$"
,
"qQ"
,
"sS"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
"mM"
,
"%"
,
"*"
,
"wW"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
",?"
,
";."
,
":/"
,
"!"
,
"<>"
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment