Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
cc5d924b
Commit
cc5d924b
authored
Mar 22, 1999
by
Kalevi J Hautaniemi
Committed by
Alexandre Julliard
Mar 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Finnish keyboard layout.
parent
e94e3543
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
keyboard.c
windows/x11drv/keyboard.c
+11
-0
No files found.
windows/x11drv/keyboard.c
View file @
cc5d924b
...
...
@@ -139,6 +139,16 @@ static const char main_key_PT[MAIN_LEN][4] =
"<>"
};
/*** Finnish keyboard layout */
static
const
char
main_key_FI
[
MAIN_LEN
][
4
]
=
{
""
,
"1!"
,
"2
\"
@"
,
"3#"
,
"4$"
,
"5%"
,
"6&"
,
"7/{"
,
"8(["
,
"9)]"
,
"0=}"
,
"+?
\\
"
,
"
\'
`"
,
"qQ"
,
"wW"
,
"eE"
,
"rR"
,
"tT"
,
"yY"
,
"uU"
,
"iI"
,
"oO"
,
"pP"
,
""
,
"
\"
^~"
,
"aA"
,
"sS"
,
"dD"
,
"fF"
,
"gG"
,
"hH"
,
"jJ"
,
"kK"
,
"lL"
,
""
,
""
,
"'*"
,
"zZ"
,
"xX"
,
"cC"
,
"vV"
,
"bB"
,
"nN"
,
"mM"
,
",;"
,
".:"
,
"-_"
,
"<>|"
};
/*** Layout table. Add your keyboard mappings to this list */
static
struct
{
WORD
lang
,
ansi_codepage
,
oem_codepage
;
...
...
@@ -152,6 +162,7 @@ static struct {
{
MAKELANGID
(
LANG_DANISH
,
SUBLANG_DEFAULT
),
1252
,
865
,
&
main_key_DA
},
{
MAKELANGID
(
LANG_FRENCH
,
SUBLANG_FRENCH_CANADIAN
),
1252
,
863
,
&
main_key_CF
},
{
MAKELANGID
(
LANG_PORTUGUESE
,
SUBLANG_DEFAULT
),
1252
,
860
,
&
main_key_PT
},
{
MAKELANGID
(
LANG_FINNISH
,
SUBLANG_DEFAULT
),
1252
,
850
,
&
main_key_FI
},
{
0
}
/* sentinel */
};
...
...
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