__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Keyboard layouts for Sri Lanka. // Phonetic mapping of Sinhala for a standard US Qwerty keyboard. // Maintainer: Harshula Jayasuriya <[email protected]> // https://www.nongnu.org/sinhala/doc/keymaps/sinhala-keyboard_3.html // Repaya, Rakaransaya and Yansaya aren't inserted with AltGr+r, R and Y, // respectively. The problem lies with the XKB infrastructure which // only allows a one-to-one mapping of keycodes to Unicode codepoints. // Unfortunately, the 3 mentioned glyphs actually consists of 3 // Unicode codepoints each. The result is that the user must // manually construct the glyph by typing each of the 3 codepoints. // AltGr+, represents the 'JOIN' key, it requires // two codepoints, hence it also has to be manually constructed. // Similarly, AltGr+/ representing the 'TOUCH' key requires // two codepoints. // Repaya = rayanna,AL,ZWJ // Rakaransaya = AL,ZWJ,rayanna // Yansaya = AL,ZWJ,yayanna // JOIN = AL,ZWJ // TOUCH = ZWJ,AL // Where, // AL = Al Lakuna = AltGr+a // ZWJ = Zero Width Joiner = AltGr+/ default partial alphanumeric_keys xkb_symbols "sin_phonetic" { include "us" name[Group1] = "Sinhala (phonetic)"; key.type[Group1] = "FOUR_LEVEL"; // q - p key <AD01> { [ Sinh_ri, Sinh_rii, Sinh_ru2, Sinh_ruu2 ] }; key <AD02> { [ Sinh_ae, Sinh_aee, Sinh_ae2, Sinh_aee2 ] }; key <AD03> { [ Sinh_e, Sinh_ee, Sinh_e2, Sinh_ee2 ] }; key <AD04> { [ Sinh_ra, Sinh_al, Sinh_ra, none ] }; key <AD05> { [ Sinh_tha, Sinh_thha, Sinh_tta, Sinh_ttha ] }; key <AD06> { [ Sinh_ya, Sinh_al, none, none ] }; key <AD07> { [ Sinh_u, Sinh_uu, Sinh_u2, Sinh_uu2 ] }; key <AD08> { [ Sinh_i, Sinh_ii, Sinh_i2, Sinh_ii2 ] }; key <AD09> { [ Sinh_o, Sinh_oo, Sinh_o2, Sinh_oo2 ] }; key <AD10> { [ Sinh_pa, Sinh_pha, none, none ] }; // a - l key <AC01> { [ Sinh_a, Sinh_aa, Sinh_al, Sinh_aa2 ] }; key <AC02> { [ Sinh_sa, Sinh_sha, Sinh_ssha, none ] }; key <AC03> { [ Sinh_dha, Sinh_dhha, Sinh_dda, Sinh_ddha ] }; key <AC04> { [ Sinh_fa, none, Sinh_ai2, Sinh_ai ] }; key <AC05> { [ Sinh_ga, Sinh_gha, Sinh_nga, none ] }; key <AC06> { [ Sinh_ha, Sinh_h2, Sinh_au2, Sinh_au ] }; key <AC07> { [ Sinh_ja, Sinh_jha, Sinh_nja, none ] }; key <AC08> { [ Sinh_ka, Sinh_kha, Sinh_lu, Sinh_luu ] }; key <AC09> { [ Sinh_la, Sinh_lla, Sinh_lu2, Sinh_luu2 ] }; // z - ? key <AB01> { [ Sinh_nya, Sinh_jnya, none, none ] }; key <AB02> { [ Sinh_ndha, Sinh_ndda, none, none ] }; key <AB03> { [ Sinh_ca, Sinh_cha, none, none ] }; key <AB04> { [ Sinh_va, none, none, none ] }; key <AB05> { [ Sinh_ba, Sinh_bha, none, none ] }; key <AB06> { [ Sinh_na, Sinh_nna, Sinh_ng, Sinh_ng2 ] }; key <AB07> { [ Sinh_ma, Sinh_mba, none, none ] }; key <AB08> { [ any, any, Sinh_al, none ] }; key <AB09> { [ any, any, Sinh_kunddaliya, none ] }; key <AB10> { [ any, any, U200d, none ] }; // ZWJ key <SPCE> { [ space, nobreakspace, U200c, any ] }; // ZWNJ include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "tam_unicode" { include "in(tamilnet)" name[Group1]= "Tamil (Sri Lanka, TamilNet '99)"; }; partial alphanumeric_keys xkb_symbols "tam_TAB" { include "in(tamilnet_TAB)" name[Group1]= "Tamil (Sri Lanka, TamilNet '99, TAB encoding)"; }; // SINHALA - US, SUBSTITUTES SOME AND ADDS SOME // ============================================= // // This started as an upgrade to the first romanized version of // Sinhala called PTS Pali created in the 1860s. PTS requires // dots and bars on letters that are rare in fonts, and impossible // to type. Its singular purpose was to print Tripitaka, the // collection of Buddhist discourses. // // This version covers the entire newer Sinhala phoneme chart // (Hodiya) that became standard just before the end of the 19th // century. All the phonemes map to the SBCS. It is easy and // faster than English to type. It overcomes the setback of // Unicode Sinhala that it is not compatible with Pali and // Sanskrit because it encodes two ligatures as base letters and // the SLS1134 specification matching shape and morpheme sets // violating Sanskrit orthography. // // Most importantly, this romanized version of Sinhala has a // companion orthographic font that displays the text in the // native script and a JavaScript converts it to Unicode Sinhala // and back, dramatically increasing Sinhala seen on the web due // to its ease of use. // // Dedication: // Thomas William Rhys Davids, Ven. Udagama Sumangala // Rev. Fr. A. M. Gunasekara, Rev. Fr. Theodore G. Perera // Ven. Mettavihari // // Maintainer: // JC Ahangama - [email protected] // partial alphanumeric_keys modifier_keys xkb_symbols "us" { include "us(basic)" name[Group1]= "Sinhala (US)"; // plain, Shift, AltGr // ----------------------------------------- key <TLDE> {[ grave, asciitilde, none ]}; key <AE01> {[ 1, exclam, dead_macron ]}; key <AE02> {[ 2, at, dead_belowdot ]}; key <AE03> {[ 3, numbersign, dead_abovedot ]}; key <AE04> {[ 4, dollar, currency ]}; key <AE05> {[ 5, percent, degree ]}; key <AE06> {[ 6, asciicircum, onequarter ]}; key <AE07> {[ 7, ampersand, onehalf ]}; key <AE08> {[ 8, asterisk, threequarters ]}; key <AE09> {[ 9, parenleft, none ]}; key <AE10> {[ 0, parenright, none ]}; key <AE11> {[ minus, underscore, emdash ]}; key <AE12> {[ equal, plus, none ]}; key <AD01> {[ d, D, q ]}; key <AD02> {[ ae, acute, none ]}; key <AD03> {[ e, eacute, ediaeresis ]}; key <AD04> {[ r, ucircumflex, none ]}; key <AD05> {[ t, none, none ]}; key <AD06> {[ y, none, none ]}; key <AD07> {[ u, uacute, udiaeresis ]}; key <AD08> {[ i, iacute, idiaeresis ]}; key <AD09> {[ o, oacute, odiaeresis ]}; key <AD10> {[ p, none, none ]}; key <AD11> {[ bracketleft, braceleft, none ]}; key <AD12> {[ bracketright, braceright, none ]}; key <BKSL> {[ backslash, bar, none ]}; key <AC01> {[ a, aacute, adiaeresis ]}; key <AC02> {[ s, none, none ]}; key <AC03> {[ eth, ETH, none ]}; key <AC04> {[ thorn, f, none ]}; key <AC05> {[ g, G, none ]}; key <AC06> {[ h, none, none ]}; key <AC07> {[ j, ccedilla, none ]}; key <AC08> {[ k, none, none ]}; key <AC09> {[ l, L, ocircumflex ]}; key <AC10> {[ semicolon, colon, none ]}; key <AC11> {[ apostrophe, quotedbl, none ]}; key <AB01> {[ z, none, none ]}; key <AB02> {[ x, none, none ]}; key <AB03> {[ c, ccedilla, none ]}; key <AB04> {[ v, none, none ]}; key <AB05> {[ b, B, none ]}; key <AB06> {[ n, N, ntilde ]}; key <AB07> {[ m, none, none ]}; key <AB08> {[ comma, less, guillemotleft ]}; key <AB09> {[ period, greater,guillemotright ]}; key <AB10> {[ slash, question, U200C ]}; // ZWJ key <SPCE> {[ space, nobreakspace, none ]}; include "level3(alt_switch)" };
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| digital_vndr | Folder | 0755 |
|
|
| fujitsu_vndr | Folder | 0755 |
|
|
| hp_vndr | Folder | 0755 |
|
|
| jolla_vndr | Folder | 0755 |
|
|
| macintosh_vndr | Folder | 0755 |
|
|
| nec_vndr | Folder | 0755 |
|
|
| sgi_vndr | Folder | 0755 |
|
|
| sharp_vndr | Folder | 0755 |
|
|
| sony_vndr | Folder | 0755 |
|
|
| sun_vndr | Folder | 0755 |
|
|
| xfree68_vndr | Folder | 0755 |
|
|
| af | File | 21.75 KB | 0644 |
|
| al | File | 5.85 KB | 0644 |
|
| altwin | File | 3.58 KB | 0644 |
|
| am | File | 9.25 KB | 0644 |
|
| ancient | File | 8.27 KB | 0644 |
|
| apl | File | 50.95 KB | 0644 |
|
| ara | File | 34.9 KB | 0644 |
|
| at | File | 392 B | 0644 |
|
| au | File | 222 B | 0644 |
|
| az | File | 3.85 KB | 0644 |
|
| ba | File | 690 B | 0644 |
|
| bd | File | 3.25 KB | 0644 |
|
| be | File | 10.45 KB | 0644 |
|
| bg | File | 18.46 KB | 0644 |
|
| bqn | File | 5.18 KB | 0644 |
|
| br | File | 18.77 KB | 0644 |
|
| brai | File | 2.45 KB | 0644 |
|
| bt | File | 3.59 KB | 0644 |
|
| bw | File | 950 B | 0644 |
|
| by | File | 4.31 KB | 0644 |
|
| ca | File | 16.72 KB | 0644 |
|
| capslock | File | 3.45 KB | 0644 |
|
| cd | File | 3.88 KB | 0644 |
|
| ch | File | 6.64 KB | 0644 |
|
| cm | File | 27.29 KB | 0644 |
|
| cn | File | 36.52 KB | 0644 |
|
| compose | File | 2.43 KB | 0644 |
|
| ctrl | File | 4.1 KB | 0644 |
|
| cz | File | 22.97 KB | 0644 |
|
| de | File | 99.69 KB | 0644 |
|
| dk | File | 2.52 KB | 0644 |
|
| dz | File | 12.17 KB | 0644 |
|
| ee | File | 4.81 KB | 0644 |
|
| eg | File | 2.11 KB | 0644 |
|
| empty | File | 121 B | 0644 |
|
| epo | File | 7.47 KB | 0644 |
|
| es | File | 9.72 KB | 0644 |
|
| et | File | 2.27 KB | 0644 |
|
| eu | File | 4.9 KB | 0644 |
|
| eurosign | File | 835 B | 0644 |
|
| fi | File | 24.21 KB | 0644 |
|
| fo | File | 1.79 KB | 0644 |
|
| fr | File | 105.44 KB | 0644 |
|
| gb | File | 9.25 KB | 0644 |
|
| ge | File | 12.34 KB | 0644 |
|
| gh | File | 6.38 KB | 0644 |
|
| gn | File | 2.12 KB | 0644 |
|
| gr | File | 10.53 KB | 0644 |
|
| grab | File | 77 B | 0644 |
|
| group | File | 9.66 KB | 0644 |
|
| hr | File | 2.66 KB | 0644 |
|
| hu | File | 30.87 KB | 0644 |
|
| id | File | 13.61 KB | 0644 |
|
| ie | File | 17.55 KB | 0644 |
|
| il | File | 15.74 KB | 0644 |
|
| in | File | 115.73 KB | 0644 |
|
| inet | File | 78.46 KB | 0644 |
|
| iq | File | 633 B | 0644 |
|
| ir | File | 11.51 KB | 0644 |
|
| is | File | 10.87 KB | 0644 |
|
| it | File | 16.58 KB | 0644 |
|
| jp | File | 7.23 KB | 0644 |
|
| ke | File | 4.41 KB | 0644 |
|
| keypad | File | 23.43 KB | 0644 |
|
| kg | File | 6.21 KB | 0644 |
|
| kh | File | 3.35 KB | 0644 |
|
| kpdl | File | 3.32 KB | 0644 |
|
| kr | File | 1.17 KB | 0644 |
|
| kz | File | 16.04 KB | 0644 |
|
| la | File | 4.71 KB | 0644 |
|
| latam | File | 9.83 KB | 0644 |
|
| latin | File | 14.4 KB | 0644 |
|
| level2 | File | 209 B | 0644 |
|
| level3 | File | 4.55 KB | 0644 |
|
| level5 | File | 4.1 KB | 0644 |
|
| lk | File | 7.64 KB | 0644 |
|
| lt | File | 20.02 KB | 0644 |
|
| lv | File | 20 KB | 0644 |
|
| ma | File | 12.46 KB | 0644 |
|
| md | File | 4.83 KB | 0644 |
|
| me | File | 1.67 KB | 0644 |
|
| mk | File | 3.04 KB | 0644 |
|
| ml | File | 2.03 KB | 0644 |
|
| mm | File | 16.85 KB | 0644 |
|
| mn | File | 4.21 KB | 0644 |
|
| mt | File | 5.54 KB | 0644 |
|
| mv | File | 2.49 KB | 0644 |
|
| my | File | 5.41 KB | 0644 |
|
| nbsp | File | 2.62 KB | 0644 |
|
| ng | File | 6.15 KB | 0644 |
|
| nl | File | 6.78 KB | 0644 |
|
| no | File | 12.14 KB | 0644 |
|
| np | File | 6.17 KB | 0644 |
|
| nz | File | 698 B | 0644 |
|
| olpc | File | 930 B | 0644 |
|
| parens | File | 389 B | 0644 |
|
| pc | File | 2.66 KB | 0644 |
|
| ph | File | 74.24 KB | 0644 |
|
| pk | File | 19.85 KB | 0644 |
|
| pl | File | 27.29 KB | 0644 |
|
| pt | File | 11.5 KB | 0644 |
|
| ro | File | 11.08 KB | 0644 |
|
| rs | File | 14.82 KB | 0644 |
|
| ru | File | 78.63 KB | 0644 |
|
| rupeesign | File | 131 B | 0644 |
|
| scrolllock | File | 73 B | 0644 |
|
| se | File | 15.74 KB | 0644 |
|
| shift | File | 2.07 KB | 0644 |
|
| si | File | 625 B | 0644 |
|
| sk | File | 6.56 KB | 0644 |
|
| sn | File | 2.18 KB | 0644 |
|
| srvr_ctrl | File | 1.76 KB | 0644 |
|
| srvrkeys | File | 78 B | 0644 |
|
| sy | File | 4.67 KB | 0644 |
|
| terminate | File | 199 B | 0644 |
|
| tg | File | 3.66 KB | 0644 |
|
| th | File | 7.25 KB | 0644 |
|
| tj | File | 9.64 KB | 0644 |
|
| tm | File | 1.48 KB | 0644 |
|
| tr | File | 27.44 KB | 0644 |
|
| trans | File | 16.19 KB | 0644 |
|
| tw | File | 3.26 KB | 0644 |
|
| typo | File | 4.39 KB | 0644 |
|
| tz | File | 3.27 KB | 0644 |
|
| ua | File | 15.98 KB | 0644 |
|
| us | File | 110.04 KB | 0644 |
|
| uz | File | 3.1 KB | 0644 |
|
| vn | File | 6 KB | 0644 |
|
| za | File | 2.19 KB | 0644 |
|