// $XConsortium: il /main/3 1997/12/18 12:40:12 rch $ // // $XFree86$ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple us // keyboard and a very simple Israelian keyboard // uses the kbd layout in use in Israel. name[Group2]= "Israelian"; key {[], [ semicolon, asciitilde ] }; key {[], [ slash, Q ] }; key {[], [ apostrophe, W ] }; key {[], [ hebrew_qoph, E ] }; key {[], [ hebrew_resh, R ] }; key {[], [ hebrew_aleph, T ] }; key {[], [ hebrew_tet, Y ] }; key {[], [ hebrew_waw, U ] }; key {[], [ hebrew_finalnun, I ] }; key {[], [ hebrew_finalmem, O ] }; key {[], [ hebrew_pe, P ] }; key {[], [ hebrew_shin, A ] }; key {[], [ hebrew_dalet, S ] }; key {[], [ hebrew_gimel, D ] }; key {[], [ hebrew_kaph, F ] }; key {[], [ hebrew_ayin, G ] }; key {[], [ hebrew_yod, H ] }; key {[], [ hebrew_chet, J ] }; key {[], [ hebrew_lamed, K ] }; key {[], [ hebrew_finalkaph, L ] }; key {[], [ hebrew_finalpe, colon ] }; key {[], [ comma, quotedbl ] }; key {[], [ hebrew_zain, Z ] }; key {[], [ hebrew_samech, X ] }; key {[], [ hebrew_bet, C ] }; key {[], [ hebrew_he, V ] }; key {[], [ hebrew_nun, B ] }; key {[], [ hebrew_mem, N ] }; key {[], [ hebrew_zade, M ] }; key {[], [ hebrew_taw, less ] }; key {[], [ hebrew_finalzade, greater ] }; key {[], [ period, question ] }; // The following may get overriden by the iso9995-3(basic101) symbols. // therefore they are included here. // Including them isn't a great idea (for instance: what if group 1 uses // UK keyboard mapping, and maps shift-3 to sterling? This mapping won't // preserve that, and I'm not sure that this is a good feature. key {[], [ 1, exclam ] }; key {[], [ 2, at ] }; key {[], [ 3, numbersign ] }; key {[], [ 4, dollar ] }; key {[], [ 5, percent ] }; key {[], [ 6, asciicircum ] }; key {[], [ 7, ampersand ] }; key {[], [ 8, asterisk ] }; key {[], [ 9, parenleft ] }; key {[], [ 0, parenright ] }; key {[], [ minus, underscore ] }; key {[], [ equal, plus ] }; key {[], [ bracketleft, braceleft ] }; key {[], [ bracketright, braceright ] }; key {[], [ backslash, bar ] }; };