Updates to CUB's layouts

This update is mainly needed because Ergodox's layout should be as much
possible closer to original QWERTY layout, to not break XKB layout in
XOrg for Russian language.

Also, because Ergodox's switches SW5.7 and SW5.8 are not as convenient
as I'd like to - additional mappings were added on Layer7 for following
symbols: ^ ' " \
This commit is contained in:
Oleg Kostyuk 2013-09-10 04:30:46 +03:00
parent c119ccaf72
commit a84df046df
2 changed files with 24 additions and 21 deletions

View file

@ -132,11 +132,11 @@ xkb_symbols "wce" {
name[Group1] = "Workman for Programmers, with light modifications from cub@uanic, for Ergodox";
// Unmodified Shift AltGr Shift+AltGr
key <AD11> { [ apostrophe, quotedbl ] };
key <AD12> { [ asciicircum, backslash ] };
key <AC11> { [ colon, percent ] };
key <AE11> { [ underscore, minus, hyphen ] };
key <BKSL> { [ bar, ampersand ] };
key <BKSL> { [ apostrophe, quotedbl ] };
key <AE11> { [ asciicircum, backslash ] };
key <AD11> { [ colon, percent ] };
key <AC11> { [ minus, underscore, hyphen ] };
key <AD12> { [ bar, ampersand ] };
};