-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permitted by Matej Kosik (the author), in favor of de(us)
- Loading branch information
Sergey V. Udaltsov
committed
Jun 5, 2011
1 parent
84901d9
commit fd83065
Showing
2 changed files
with
0 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -485,21 +485,6 @@ xkb_symbols "dsb_qwertz" | |
key <AD09> { [ o, O, oacute, Oacute ] }; | ||
}; | ||
|
||
partial alphanumeric_keys | ||
xkb_symbols "qwerty" { | ||
|
||
// This layout should work exactly as a de with the exception | ||
// of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped). | ||
// 2008 by Matej Košík <[email protected]> | ||
|
||
include "de(basic)" | ||
|
||
name[Group1] = "German (qwerty)"; | ||
|
||
key <AB01> { [ z, Z, leftarrow, yen ] }; | ||
key <AD06> { [ y, Y, guillemotleft, less ] }; | ||
}; | ||
|
||
// layout for Russian letters on an german keyboard | ||
// based on US-RU layout by Ivan Popov <[email protected]> 2005-07-17 | ||
// adopted for german layout by Alexey Fisher <[email protected]> 2010-08-19 | ||
|