// $XConsortium: iso9995-3 /main/5 1996/08/31 12:19:56 kaleb $ partial alphanumeric_keys alternate_group xkb_symbols "basic101" { // Part 3 of ISO9995 specifies a common alternate character set // This file adds that common set to any keyboard for which a // second group is not defined. It does *not* specify any of // 9995's special modifiers (ISO lock, group locks, etc). // If you want a fully compliant ISO keyboard, add "iso9995-full" // instead name[Group2]= "ISO9995-3"; key { [], [ notsign ] }; key { [], [ onesuperior, exclamdown ] }; key { [], [ twosuperior, oneeighth ] }; key { [], [ threesuperior, sterling ] }; key { [], [ onequarter, dollar ] }; key { [], [ onehalf, threeeighths ] }; key { [], [ threequarters, fiveeighths ] }; key { [], [ braceleft, seveneighths ] }; key { [], [ bracketleft, trademark ] }; key { [], [ bracketright, plusminus ] }; key { [], [ braceright, degree ] }; key { [], [ backslash, questiondown ] }; key { [], [ dead_cedilla, dead_ogonek ] }; key { [], [ at, Greek_OMEGA ] }; key { [], [ lstroke, Lstroke ] }; // key { [], [ oe, OE ] }; key { [], [ paragraph, registered ] }; key { [], [ tslash, Tslash ] }; key { [], [ leftarrow, yen ] }; key { [], [ downarrow, uparrow ] }; key { [], [ rightarrow, idotless ] }; key { [], [ oslash, Ooblique ] }; key { [], [ thorn, Thorn ] }; key { [], [ dead_diaeresis, dead_abovering ] }; key { [], [ dead_tilde, dead_macron ] }; key { [], [ ae, AE ] }; key { [], [ ssharp, section ] }; key { [], [ eth, Eth ] }; key { [], [ dstroke, ordfeminine ] }; key { [], [ eng, ENG ] }; key { [], [ hstroke, Hstroke ] }; // key { [], [ ij, IJ ] }; key { [], [ kra, ampersand ] }; key { [], [ lstroke, Lstroke ] }; key { [], [ dead_acute, dead_doubleacute] }; key { [], [ dead_circumflex, dead_caron ] }; key { [], [ dead_grave, dead_breve ] }; key { [], [ guillemotleft, less ] }; key { [], [ guillemotright, greater ] }; key { [], [ cent, copyright ] }; key { [], [ leftdoublequotemark, quoteleft ] }; key { [], [ rightdoublequotemark, quoteright ] }; // key { [], [ apostrophe_small_n, musicalnote ] }; key { [], [ mu, masculine ] }; key { [], [ horizconnector, multiply ] }; key { [], [ periodcentered, division ] }; key { [], [ dead_belowdot, dead_abovedot ] }; }; partial default alphanumeric_keys alternate_group xkb_symbols "basic" { include "iso9995-3(basic101)" key { [], [ bar, brokenbar ] }; }; hidden partial alphanumeric_keys alternate_group xkb_symbols "nodeadkeys_common" { // Modifies the basic iso9995-3 layout to eliminate all dead keys key { [], [ cedilla, ogonek ] }; key { [], [ diaeresis, degree ] }; key { [], [ asciitilde, macron ] }; key { [], [ asciicircum, caron ] }; key { [], [ grave, breve ] }; // key { [], [ belowdot, abovedot] }; override key {[], [ dead_belowdot, abovedot ] }; }; partial alphanumeric_keys alternate_group xkb_symbols "nodeadkeys101" { include "iso9995-3(basic101)" include "iso9995-3(nodeadkeys_common)" }; partial alphanumeric_keys alternate_group xkb_symbols "nodeadkeys" { include "iso9995-3(basic)" include "iso9995-3(nodeadkeys_common)" }; hidden partial alphanumeric_keys modifier_keys alternate_group xkb_symbols "full_common" { // Defines the special modifier keys specified by 9995 part 3 // Includes the iso9995-3 to get the common alternate set SetMods.latchToLock=True; SetMods.clearLocks=True; override key { [ ISO_Lock ] }; override key { type="PC_BREAK", [ Shift_L, ISO_Prev_Group ], [ SetMods(modifiers=Shift), LockGroup(group= -1) ] }; override key { type="PC_BREAK", [ Shift_R, ISO_Next_Group ], [ SetMods(modifiers=Shift), LockGroup(group= +1) ] }; override key { [ Control_L, ISO_Prev_Group ], [ SetMods(modifiers=Shift), LockGroup(group= -1) ] }; override key { [ Control_R, ISO_Next_Group ], [ SetMods(modifiers=Shift), LockGroup(group= +1) ] }; override key { [ Mode_switch, Multi_key ] }; }; partial alphanumeric_keys modifier_keys alternate_group xkb_symbols "full" { include "iso9995-3(basic)" include "iso9995-3(full_common)" }; partial alphanumeric_keys modifier_keys alternate_group xkb_symbols "full101" { include "iso9995-3(basic101)" include "iso9995-3(full_common)" };