Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682880
Collapse All | Expand All

(-)a/rules/base.o_s.part (+1 lines)
Lines 172-175 Link Here
172
  lv5:lwin_switch_lock_cancel     =       +level5(lwin_switch_lock_cancel)
172
  lv5:lwin_switch_lock_cancel     =       +level5(lwin_switch_lock_cancel)
173
  lv5:rwin_switch_lock_cancel     =       +level5(rwin_switch_lock_cancel)
173
  lv5:rwin_switch_lock_cancel     =       +level5(rwin_switch_lock_cancel)
174
  parens:swap_brackets   =   +parens(swap_brackets)
174
  parens:swap_brackets   =   +parens(swap_brackets)
175
  hypermatrix:pc104 = +hypermatrix(pc104)
175
176
(-)a/symbols/Makefile.am (+1 lines)
Lines 2-7 SUBDIRS = digital_vndr fujitsu_vndr hp_vndr jolla_vndr macintosh_vndr nec_vndr n Link Here
2
2
3
symbolsdir = $(xkb_base)/symbols
3
symbolsdir = $(xkb_base)/symbols
4
symbols_DATA = \
4
symbols_DATA = \
5
hypermatrix \
5
af al am apl \
6
af al am apl \
6
ara at au az \
7
ara at au az \
7
ba bd be \
8
ba bd be \
(-)a/symbols/hypermatrix (+16 lines)
Line 0 Link Here
1
default partial modifier_keys alphanumeric_keys keypad_keys
2
xkb_symbols "pc104" {
3
4
	// Alphanumeric keys
5
6
	key.type[Group1] = "TWO_LEVEL";
7
8
	key <TLDE> { [ 0         , asciitilde ] };
9
	key <AE10> { [ grave     , parenright ] };
10
	key <AE12> { [ plus      , macron     ] };
11
	key <BKSP> { [ equal     , notequal   ] };
12
	key <INS>  { [ backslash , bar        ] };
13
	key <BKSL> { [ BackSpace , BackSpace  ] };
14
	key <AC10> { [ colon     , semicolon  ] };
15
16
};

Return to bug 682880