// // Lao keymap, by Anousak Souphavanh or // Version 1 (2001) // Version 2 (2-2006) // This is revised version from the previous. The changed are of followings: // Lao Numberals(?-?) are now aligned with Arabic. // Hor(u+0eae)was in shift state is now is shifted with Ror(u+0ea3)Rod. // Mor(u+0edc) is added to shift state above Mo (u+0e99) // Nor(u+0edd) is added to shift state above No (u+0ea1) // // The standard Lao keyboard layout which is // based on the work of the ICT Project at the Science Technology and Enviroment Agency (STEA) // This new keyboard layout can be accessed via http://www.ict4dev.gov.la or http://www.laonux.org // Note: This Lao keyboard symbols does not have function similarly to the one thet was created for // Windows system, for example, that combining a vowel and a consonant- clustering word. We will // implement in the IIIMF in the future. This input method will allow such a function. partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and the Lao keyboard name[Group2]= "Lao Keyboard Standard"; // Alphanumeric section key { [], [ 0x100200D ` ]}; key { [], [ 0x1000ea2, 0x1000ed1 ]}; key { [], [ 0x1000e9f, 0x1000ed2 ]}; key { [], [ 0x1000ec2, 0x1000ed3 ]}; key { [], [ 0x1000e96, 0x1000ed4 ]}; key { [], [ 0x1000eb8, 0x1000ed5 ]}; key { [], [ 0x1000eb9, 0x1000ed6 ]}; key { [], [ 0x1000e84, 0x1000ed7 ]}; key { [], [ 0x1000e95, 0x1000ed8 ]}; key { [], [ 0x1000e88, 0x1000ed9 ]}; key { [], [ 0x1000e82, 0x1000ed0 ]}; key { [], [ 0x1000e8a, 0x1000ecc ]}; key { [], [ 0x1000ecd ]}; key { [], [ 0x1000ebb ]}; key { [], [ 0x1000ec4, " ]}; key { [], [ 0x1000eb3 ]}; key { [], [ 0x1000e9e, underscore ]}; key { [], [ 0x1000eb0, plus ]}; key { [], [ 0x1000eb4 ]}; key { [], [ 0x1000eb5 ]}; key { [], [ 0x1000eae, 0x1000ea3 ]}; key { [], [ 0x1000e99 0x1000edc ]}; key { [], [ 0x1000e8d, 0x1000ebd ]}; key { [], [ 0x1000e9a, minus ]}; key { [], [ 0x1000ea5, / ]}; key { [], [ 0x1000eab, 0x1000ebc ]}; key { [], [ 0x1000eb1 ]}; key { [], [ 0x1000eab, semicolon ]}; key { [], [ 0x1000e81, period ]}; key { [], [ 0x1000e94, comma ]}; key { [], [ 0x1000ec0, colon ]}; key { [], [ 0x1000ec9, 0x1000eca ]}; key { [], [ 0x1000ec8, 0x1000ecb ]}; key { [], [ 0x1000eb2, exclam ]}; key { [], [ 0x1000eaa, question ]}; key { [], [ 0x1000ea7, percent ]}; key { [], [ 0x1000e87, equal ]}; key { [], [ 0x1000e9c, 0x10020ad ]}; key { [], [ 0x1000e9b, parenleft ]}; key { [], [ 0x1000ec1, 0x1000eaf ]}; key { [], [ 0x1000ead, x ]}; key { [], [ 0x1000eb6 ]}; key { [], [ 0x1000eb7 ]}; key { [], [ 0x1000e97, 0x1000ec6 ]}; key { [], [ 0x1000ea1, 0x1000edd ]}; key { [], [ 0x1000ec3, dollar ]}; key { [], [ 0x1000e9d, parenright ]}; override key { type="PC_SYSRQ", [ Shift_L, ISO_First_Group ] }; override key { type="PC_SYSRQ", [ Shift_R, ISO_Last_Group ] }; };