mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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", ";", ":", "_", "²", "³", "µ", " " }
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user