// $XFree86: xc/programs/xkbcomp/symbols/tr,v 1.1 2000/12/06 20:18:08 eich Exp $ // Converted keytable file to xkb/symbols/ file // with mk_xkb by root@linux.chanae.stben.be Tue Sep 30 01:21:59 MET DST 1997 // turkish "Q" keyboard, copyed from LyX turkish keyboard description // as the names of some chars in iso-8859-9 are not consistent whith // the rest of latin iso-8859-* I declare them in hexa (ugly, but what else?) // // Pablo Saratxaga default partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Turkish "Q" (computer modern) keybaord // Alphanumeric section name[Group1]= "Turkish \"Q\" (computer modern)"; key { [ 2, apostrophe ], [ at ] }; key { [ 3, dead_circumflex ], [ numbersign ] }; key { [ 4, plus ], [ dollar ] }; key { [ 6, ampersand ], [ asciicircum ] }; key { [ 7, slash ], [ braceleft ] }; key { [ 8, parenleft ], [ bracketleft ] }; key { [ 9, parenright ], [ bracketright ] }; key { [ 0, equal ], [ braceright ] }; key { [ asterisk, question ], [ backslash ] }; key { [ minus, underscore ] }; key { [ idotless, I ] }; key { [ gbreve, Gbreve ] }; key { [ udiaeresis, Udiaeresis ], [ asciitilde ] }; key { [ scedilla, Scedilla ] }; key { [ i, Iabovedot ] }; key { [ backslash, quotedbl ], [ asciitilde ] }; key { [ comma, semicolon ], [ bar ] }; key { [ odiaeresis, Odiaeresis ], [ less ] }; key { [ ccedilla, Ccedilla ], [ greater ] }; key { [ period, colon ] }; key { [ less, greater ], [ bar ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; };