????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.147.13.233 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/X11/xkb/symbols/ |
Upload File : |
// Maltese keyboard map (based on MSA Standard DMS100) // by Ramon Casha (ramon.casha@linux.org.mt) default partial alphanumeric_keys xkb_symbols "basic" { include "latin" name[Group1]="Maltese"; // Copied from GB layout key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] }; key <AE04> { [ 4, dollar, EuroSign, onequarter ] }; key <AC11> { [apostrophe, at, dead_circumflex, dead_caron] }; key <BKSL> { [numbersign, asciitilde, dead_grave, dead_breve ] }; // The following four sets are the four additional letters, with the UK // equivalents key <TLDE> { [ cabovedot, Cabovedot, grave, notsign ] }; key <AD11> { [ gabovedot, Gabovedot, bracketleft, braceleft ] }; key <AD12> { [ hstroke, Hstroke, bracketright, braceright ] }; key <LSGT> { [ zabovedot, Zabovedot, backslash, bar ] }; // Euro symbol key <AE03> { [ 3, EuroSign, sterling ] }; // Long accent key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] }; // Normal accented vowels key <AD03> { [ e, E, egrave, Egrave ] }; key <AD07> { [ u, U, ugrave, Ugrave ] }; key <AD08> { [ i, I, igrave, Igrave ] }; key <AD09> { [ o, O, ograve, Ograve ] }; key <AC01> { [ a, A, agrave, Agrave ] }; include "level3(ralt_switch)" }; // Maltese keyboard map (based on MSA Standard DMS100, annex A) // by Ramon Casha (ramon.casha@linux.org.mt) partial alphanumeric_keys xkb_symbols "us" { include "latin" // Describes the differences between the mt // keyboard and a US-based physical keyboard name[Group1]="Maltese (with US layout)"; // The following four sets are the four additional letters, with the US // equivalents key <TLDE> { [ cabovedot, Cabovedot, grave, asciitilde ] }; key <AD11> { [ gabovedot, Gabovedot, bracketleft, braceleft ] }; key <AD12> { [ hstroke, Hstroke, bracketright, braceright ] }; key <LSGT> { [ zabovedot, Zabovedot, backslash, bar ] }; key <BKSL> { [ zabovedot, Zabovedot, backslash, bar ] }; // Euro symbol key <AE03> { [ 3, EuroSign, numbersign ] }; // Long accent key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] }; // Normal accented vowels key <AD03> { [ e, E, egrave, Egrave ] }; key <AD07> { [ u, U, ugrave, Ugrave ] }; key <AD08> { [ i, I, igrave, Igrave ] }; key <AD09> { [ o, O, ograve, Ograve ] }; key <AC01> { [ a, A, agrave, Agrave ] }; include "level3(ralt_switch)" };