Syntax error fixed. Section symbol added (AltGr+Shift+3).
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// http://github.com/chtaube/Keymap
|
||||
|
||||
partial alphanumeric_keys
|
||||
xkb_symbols "dev-de"
|
||||
xkb_symbols "dev-de" {
|
||||
name[Group1]= "USA - German developers";
|
||||
include "us(basic)"
|
||||
include "ctrl(nocaps)"
|
||||
@@ -15,7 +15,7 @@ xkb_symbols "dev-de"
|
||||
key <TLDE> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
||||
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] };
|
||||
key <AE02> { [ 2, at, twosuperior, twosuperior ] };
|
||||
key <AE03> { [ 3, numbersign, threesuperior, threesuperior ] };
|
||||
key <AE03> { [ 3, numbersign, threesuperior, section ] };
|
||||
key <AE05> { [ 5, percent, EuroSign ] };
|
||||
key <AE06> { [ 6, asciicircum, dead_circumflex, onequarter ] };
|
||||
key <AE07> { [ 7, ampersand, dead_horn, onehalf ] };
|
||||
|
||||
Reference in New Issue
Block a user