// $XKeyboardConfig$ // $XFree86: xc/programs/xkbcomp/symbols/el,v 1.2 2002/11/15 02:26:41 dawes Exp $ // // Hellenic keyboard map for XFree86 // Original version: // Kostas Gewrgiou // Heavily modified and maintained by: // Vasilis Vasaitis // Originally converted to single group form by: // Ivan Pascal default partial alphanumeric_keys alternate_group xkb_symbols "basic" { include "gr(bare)" name[Group1] = "Greece"; key { [ grave, asciitilde ] }; 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 { [ apostrophe, quotedbl ] }; key { [ comma, less ] }; key { [ period, greater ] }; key { [ slash, question ] }; key { [ backslash, bar ] }; include "kpdl(comma)" }; hidden partial alphanumeric_keys alternate_group xkb_symbols "bare" { key { [ semicolon, colon ] }; key { [ Greek_finalsmallsigma, Greek_SIGMA ] }; key { [ Greek_epsilon, Greek_EPSILON ] }; key { [ Greek_rho, Greek_RHO ] }; key { [ Greek_tau, Greek_TAU ] }; key { [ Greek_upsilon, Greek_UPSILON ] }; key { [ Greek_theta, Greek_THETA ] }; key { [ Greek_iota, Greek_IOTA ] }; key { [ Greek_omicron, Greek_OMICRON ] }; key { [ Greek_pi, Greek_PI ] }; key { [ Greek_alpha, Greek_ALPHA ] }; key { [ Greek_sigma, Greek_SIGMA ] }; key { [ Greek_delta, Greek_DELTA ] }; key { [ Greek_phi, Greek_PHI ] }; key { [ Greek_gamma, Greek_GAMMA ] }; key { [ Greek_eta, Greek_ETA ] }; key { [ Greek_xi, Greek_XI ] }; key { [ Greek_kappa, Greek_KAPPA ] }; key { [ Greek_lamda, Greek_LAMDA ] }; key { [ dead_acute, dead_diaeresis ] }; key { [ Greek_zeta, Greek_ZETA ] }; key { [ Greek_chi, Greek_CHI ] }; key { [ Greek_psi, Greek_PSI ] }; key { [ Greek_omega, Greek_OMEGA ] }; key { [ Greek_beta, Greek_BETA ] }; key { [ Greek_nu, Greek_NU ] }; key { [ Greek_mu, Greek_MU ] }; key { [ guillemotleft, guillemotright ] }; }; partial alphanumeric_keys alternate_group xkb_symbols "extended" { include "gr(basic)" name[Group1] = "Greece - Extended"; key.type[Group1] = "THREE_LEVEL"; key { [ 5, percent, EuroSign ] }; key { [ semicolon, colon, periodcentered ] }; key { [ Greek_epsilon, Greek_EPSILON, EuroSign ] }; key { [ comma, less, guillemotleft ] }; key { [ period, greater, guillemotright ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys alternate_group xkb_symbols "polytonic" { include "gr(extended)" name[Group1] = "Greece - Polytonic"; key.type[Group1] = "THREE_LEVEL"; key { [ dead_tilde, dead_diaeresis, dead_macron ] }; key { [ dead_iota, VoidSymbol, dead_breve ] }; key { [ dead_acute, U0313 ] }; key { [ dead_grave, U0314 ] }; }; partial alphanumeric_keys alternate_group xkb_symbols "nodeadkeys" { include "gr(basic)" name[Group1] = "Greece - Eliminate dead keys"; key { [ semicolon, colon ] }; };