Created
March 29, 2022 16:39
-
-
Save rempas/eab95adbfcf3997df33491d485b65c31 to your computer and use it in GitHub Desktop.
peos 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// rempas_el keyboard map for X.org | |
// | |
// Language: Hellenic | |
// | |
// Created and maintained by: | |
// rempas <[email protected]> | |
default partial alphanumeric_keys modifier_keys | |
xkb_symbols "basic" { | |
name[Group1]= "rempas_el (Helenic)"; | |
// Unmodified Shift AltGr Shift+AltGr | |
// alpha/numeric | |
key <TLDE> { [ numbersign, asciitilde, dead_tilde ] }; | |
key <AE01> { [ 1, ampersand, sterling ] }; | |
key <AE02> { [ 2, at, currency ] }; | |
key <AE03> { [ 3, percent, cent ] }; | |
key <AE04> { [ 4, backslash, yen ] }; | |
key <AE05> { [ 5, grave, dead_grave ] }; | |
key <AE06> { [ 0, asciicircum ] }; | |
key <AE07> { [ 6, asterisk, onehalf ] }; | |
key <AE08> { [ 7, plus ] }; | |
key <AE09> { [ 8, equal ] }; | |
key <AE10> { [ 9, exclam, exclamdown, U2E18 ] }; | |
key <AE11> { [ dollar, bar, EuroSign ] }; | |
key <AE12> { [ bracketleft, bracketright ] }; | |
// top row | |
key <AD01> { [ colon, question, dead_diaeresis ] }; | |
key <AD02> { [ comma, less, guillemotleft, U201C ] }; | |
key <AD03> { [ period, greater, guillemotright, U201D ] }; | |
key <AD04> { [ Greek_pi, Greek_PI, paragraph, section ] }; | |
key <AD05> { [ Greek_theta, Greek_THETA, udiaeresis, Udiaeresis ] }; | |
key <AD06> { [ Greek_xi, Greek_XI ] }; | |
key <AD07> { [ Greek_gamma, Greek_GAMMA ] }; | |
key <AD08> { [ Greek_lamda, Greek_LAMDA ] }; | |
key <AD09> { [ Greek_rho, Greek_RHO, registered, trademark ] }; | |
key <AD10> { [ dead_acute, dead_diaeresis, ccedilla, Ccedilla ] }; | |
key <AD11> { [ slash, semicolon, questiondown, U203D ] }; | |
key <AD12> { [ parenleft, parenright, dead_circumflex, dead_caron ] }; | |
// home row | |
key <AC01> { [ Greek_alpha, Greek_ALPHA, aring, Aring ] }; | |
key <AC02> { [ Greek_iota, Greek_IOTA, ssharp, U1E9E ] }; | |
key <AC03> { [ Greek_epsilon, Greek_EPSILON, ae, AE ] }; | |
key <AC04> { [ Greek_upsilon, Greek_UPSILON, eacute, Eacute ] }; | |
key <AC05> { [ Greek_sigma, Greek_SIGMA, Greek_finalsmallsigma ] }; | |
key <AC06> { [ Greek_delta, Greek_DELTA, eth, ETH ] }; | |
key <AC07> { [ Greek_eta, Greek_ETA, dead_acute ] }; | |
key <AC08> { [ Greek_tau, Greek_TAU, thorn, THORN ] }; | |
key <AC09> { [ Greek_nu, Greek_NU, ntilde, Ntilde ] }; | |
key <AC10> { [ Greek_omicron, Greek_OMICRON, oslash, Ooblique ] }; | |
key <AC11> { [ minus, underscore, hyphen, endash ] }; | |
key <BKSL> { [ braceleft, braceright ] }; | |
// buttom row | |
key <AB01> { [ Greek_chi, Greek_CHI ] }; | |
key <AB02> { [ Greek_psi, Greek_PSI ] }; | |
key <AB03> { [ Greek_kappa, Greek_KAPPA ] }; | |
key <AB04> { [ Greek_phi, Greek_PHI ] }; | |
key <AB05> { [ Greek_zeta, Greek_ZETA ] }; | |
key <AB06> { [ Greek_beta, Greek_BETA ] }; | |
key <AB07> { [ Greek_mu, Greek_MU ] }; | |
key <AB08> { [ Greek_omega, Greek_OMEGA ] }; | |
key <AB09> { [ v, V ] }; // TODO: Find symbols to add here | |
key <AB10> { [ quotedbl, apostrophe, dead_acute ] }; | |
// Space | |
key <SPCE> { [ space, BackSpace ] }; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment