keyboard_input: align keys_deutsch table to german keyboards

Origin commit data
------------------
Branch: ni/coolstream
Commit: 30c5e7b900
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-20 (Thu, 20 Nov 2014)

Origin message was:
------------------
- keyboard_input: align keys_deutsch table to german keyboards

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-11-20 11:05:38 +01:00
parent 703a04f386
commit 282d9fc29f

View File

@@ -60,16 +60,16 @@ static std::string keys_english[2][KEY_ROWS][KEY_COLUMNS] =
static std::string keys_deutsch[2][KEY_ROWS][KEY_COLUMNS] =
{
{
{ "`", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "ß", "=", "§" },
{ "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "ü", "\'", "[", "]" },
{ "a", "s", "d", "f", "g", "h", "j", "k", "l", "ö", "ä", "\\", ";", "\"" },
{ "z", "x", "c", "v", "b", "n", "m", ",", ".", "/", "<", ">", "?", " " }
{ "°", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "ß", "´", "@" },
{ "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "ü", "+", "~", "/" },
{ "a", "s", "d", "f", "g", "h", "j", "k", "l", "ö", "ä", "#", "[", "]" },
{ "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "|", "<", ">", " " }
},
{
{ "~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "§", },
{ "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "Ü", "-", "{", "}" },
{ "A", "S", "D", "F", "G", "H", "J", "K", "L", "Ö", "Ä'", "\\", ":", "\"" },
{ "Z", "X", "C", "V", "B", "N", "M", ",", ".", "/", "<", ">", "?", " " }
{ "^", "!", "\"","§", "$", "%", "&", "/", "(", ")", "=", "?", "`", "" },
{ "Q", "W", "E", "R", "T", "Z", "U", "I", "O", "P", "Ü", "*", "\\","/" },
{ "A", "S", "D", "F", "G", "H", "J", "K", "L", "Ö", "Ä", "\'","{", "}" },
{ "Y", "X", "C", "V", "B", "N", "M", ";", ":", "_", "²", "³", "µ", " " }
}
};