mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
winex11.drv: Remove "German keyboard layout without dead keys 105".
This commit is contained in:
parent
c51ef12b17
commit
8c914986a6
@ -190,15 +190,6 @@ static const WORD main_key_vkey_qwertz[MAIN_LEN] =
|
||||
VK_OEM_102 /* the 102nd key (actually to the right of l-shift) */
|
||||
};
|
||||
|
||||
static const WORD main_key_vkey_qwertz_105[MAIN_LEN] =
|
||||
{
|
||||
/* NOTE: this layout must concur with the scan codes layout above */
|
||||
VK_OEM_3,'1','2','3','4','5','6','7','8','9','0',VK_OEM_MINUS,VK_OEM_PLUS,
|
||||
'Q','W','E','R','T','Z','U','I','O','P',VK_OEM_4,VK_OEM_6,
|
||||
'A','S','D','F','G','H','J','K','L',VK_OEM_1,VK_OEM_7,VK_OEM_5,
|
||||
VK_OEM_102,'Y','X','C','V','B','N','M',VK_OEM_COMMA,VK_OEM_PERIOD,VK_OEM_2
|
||||
};
|
||||
|
||||
static const WORD main_key_vkey_abnt_qwerty[MAIN_LEN] =
|
||||
{
|
||||
/* NOTE: this layout must concur with the scan codes layout above */
|
||||
@ -343,15 +334,6 @@ static const char main_key_DE_nodead[MAIN_LEN][4] =
|
||||
"<>"
|
||||
};
|
||||
|
||||
/*** German keyboard layout without dead keys 105 Keys (contributed by Matthias Fechner)*/
|
||||
static const char main_key_DE_nodead_105[MAIN_LEN][4] =
|
||||
{
|
||||
"^°","1!","2\"²","3§³","4$","5%","6&","7/{","8([","9)]","0=}","ß?\\","\0`",
|
||||
"qQ@","wW","eE","rR","tT","zZ","uU","iI","oO","pP","üÜ","+*~",
|
||||
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","öÖ","äÄ","#'",
|
||||
"<>|","yY","xX","cC","vV","bB","nN","mM",",;",".:","-_",
|
||||
};
|
||||
|
||||
/*** Swiss German keyboard layout (setxkbmap ch -variant de) */
|
||||
static const char main_key_SG[MAIN_LEN][4] =
|
||||
{
|
||||
@ -931,7 +913,6 @@ static const struct {
|
||||
{0x0407, "German keyboard layout", &main_key_DE, &main_key_scan_qwerty, &main_key_vkey_qwertz},
|
||||
{0x0407, "German keyboard layout without dead keys", &main_key_DE_nodead, &main_key_scan_qwerty, &main_key_vkey_qwertz},
|
||||
{0x0407, "German keyboard layout for logitech desktop pro", &main_key_DE_logitech, &main_key_scan_qwerty, &main_key_vkey_qwertz},
|
||||
{0x0407, "German keyboard layout without dead keys 105", &main_key_DE_nodead_105, &main_key_scan_qwerty, &main_key_vkey_qwertz_105},
|
||||
{0x0807, "Swiss German keyboard layout", &main_key_SG, &main_key_scan_qwerty, &main_key_vkey_qwertz},
|
||||
{0x100c, "Swiss French keyboard layout", &main_key_SF, &main_key_scan_qwerty, &main_key_vkey_qwertz},
|
||||
{0x041d, "Swedish keyboard layout", &main_key_SE, &main_key_scan_qwerty, &main_key_vkey_qwerty_v2},
|
||||
|
Loading…
x
Reference in New Issue
Block a user