X7ROOT File Manager
Current Path:
/usr/share/X11/xkb/symbols
usr
/
share
/
X11
/
xkb
/
symbols
/
📁
..
📄
af
(22.84 KB)
📄
al
(4.01 KB)
📄
altwin
(3.4 KB)
📄
am
(10.11 KB)
📄
apl
(47.17 KB)
📄
ara
(32.83 KB)
📄
at
(564 B)
📄
au
(179 B)
📄
az
(3.7 KB)
📄
ba
(680 B)
📄
bd
(4.19 KB)
📄
be
(12.49 KB)
📄
bg
(17.74 KB)
📄
br
(16.43 KB)
📄
brai
(2.45 KB)
📄
bt
(4.49 KB)
📄
bw
(981 B)
📄
by
(2.01 KB)
📄
ca
(21.02 KB)
📄
capslock
(1.95 KB)
📄
cd
(4.02 KB)
📄
ch
(8.1 KB)
📄
cm
(33 KB)
📄
cn
(36.43 KB)
📄
compose
(2.25 KB)
📄
ctrl
(3.59 KB)
📄
cz
(23.62 KB)
📄
de
(85.99 KB)
📁
digital_vndr
📄
dk
(2.46 KB)
📄
dz
(10.52 KB)
📄
ee
(4.05 KB)
📄
empty
(101 B)
📄
epo
(7.45 KB)
📄
es
(10.01 KB)
📄
et
(3.06 KB)
📄
eu
(5.18 KB)
📄
eurosign
(629 B)
📄
fi
(23.83 KB)
📄
fo
(1.94 KB)
📄
fr
(96.49 KB)
📁
fujitsu_vndr
📄
gb
(8.92 KB)
📄
ge
(12.68 KB)
📄
gh
(6.41 KB)
📄
gn
(2.3 KB)
📄
gr
(14 KB)
📄
group
(11.7 KB)
📁
hp_vndr
📄
hr
(2.43 KB)
📄
hu
(19.59 KB)
📄
id
(6.55 KB)
📄
ie
(19.8 KB)
📄
il
(15.88 KB)
📄
in
(92.64 KB)
📄
inet
(62.84 KB)
📄
iq
(642 B)
📄
ir
(12.14 KB)
📄
is
(14.3 KB)
📄
it
(17.44 KB)
📁
jolla_vndr
📄
jp
(8.26 KB)
📄
ke
(2.12 KB)
📄
keypad
(23.2 KB)
📄
kg
(5.94 KB)
📄
kh
(4.88 KB)
📄
kpdl
(3.32 KB)
📄
kr
(1.14 KB)
📄
kz
(16.02 KB)
📄
la
(5.46 KB)
📄
latam
(13.9 KB)
📄
latin
(14.29 KB)
📄
level3
(6.4 KB)
📄
level5
(4.63 KB)
📄
lk
(8.03 KB)
📄
lt
(16.53 KB)
📄
lv
(18.57 KB)
📄
ma
(12.22 KB)
📁
macintosh_vndr
📄
mao
(594 B)
📄
md
(5 KB)
📄
me
(1.71 KB)
📄
mk
(3.02 KB)
📄
ml
(3.25 KB)
📄
mm
(5.83 KB)
📄
mn
(4.17 KB)
📄
mt
(8.92 KB)
📄
mv
(3.31 KB)
📄
my
(6.83 KB)
📄
nbsp
(4.3 KB)
📁
nec_vndr
📄
ng
(6.12 KB)
📄
nl
(6.73 KB)
📄
no
(11.5 KB)
📁
nokia_vndr
📄
np
(6.65 KB)
📄
olpc
(930 B)
📄
parens
(389 B)
📄
pc
(2.33 KB)
📄
ph
(74.2 KB)
📄
pk
(20.18 KB)
📄
pl
(24.96 KB)
📄
pt
(12.52 KB)
📄
ro
(11 KB)
📄
rs
(15 KB)
📄
ru
(65.4 KB)
📄
rupeesign
(131 B)
📄
se
(16.69 KB)
📁
sgi_vndr
📁
sharp_vndr
📄
shift
(2.19 KB)
📄
si
(615 B)
📄
sk
(5.2 KB)
📄
sn
(2.17 KB)
📁
sony_vndr
📄
srvr_ctrl
(2.28 KB)
📁
sun_vndr
📄
sy
(6.91 KB)
📄
terminate
(200 B)
📄
tg
(4.71 KB)
📄
th
(10.15 KB)
📄
tj
(10.14 KB)
📄
tm
(1.3 KB)
📄
tr
(16.63 KB)
📄
trans
(15.67 KB)
📄
tw
(3.23 KB)
📄
typo
(4.18 KB)
📄
tz
(3.35 KB)
📄
ua
(15.71 KB)
📄
us
(82.12 KB)
📄
uz
(4.03 KB)
📄
vn
(5.89 KB)
📁
xfree68_vndr
📄
za
(2.06 KB)
Editing: level3
// These partial variants assign ISO_Level3_Shift to various XKB keycodes // so that the third shift level can be reached. // The default behaviour: // the right Alt key (AltGr) chooses the third symbol engraved on a key. default partial modifier_keys xkb_symbols "ralt_switch" { key <RALT> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // Ensure a mapping to a real modifier for LevelThree. partial modifier_keys xkb_symbols "modifier_mapping" { replace key <LVL3> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; modifier_map Mod5 { <LVL3> }; }; // The right Alt key never chooses the third level. // This option attempts to undo the effect of a layout's inclusion of // 'ralt_switch'. You may want to also select another level3 option // to map the level3 shift to some other key. partial modifier_keys xkb_symbols "ralt_alt" { key <RALT> { type[Group1]="TWO_LEVEL", type[Group2]="TWO_LEVEL", type[Group3]="TWO_LEVEL", type[Group4]="TWO_LEVEL", symbols[Group1] = [ Alt_R, Meta_R ], symbols[Group2] = [ Alt_R, Meta_R ], symbols[Group3] = [ Alt_R, Meta_R ], symbols[Group4] = [ Alt_R, Meta_R ] }; modifier_map Mod1 { <RALT> }; }; // The right Alt key (while pressed) chooses the third shift level, // and Compose is mapped to its second level. partial modifier_keys xkb_symbols "ralt_switch_multikey" { key <RALT> { type[Group1]="TWO_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, Multi_key ] }; include "level3(modifier_mapping)" }; // A special case of the right-Alt switch -- for use with grp:alts_toggle. hidden partial modifier_keys xkb_symbols "ralt_switch_for_alts_toggle" { virtual_modifiers LAlt, AltGr; key <LALT> { type[Group1]="PC_RALT_LEVEL2", symbols[Group1] = [ Alt_L, ISO_Prev_Group, ISO_Prev_Group ], virtualMods= LAlt }; key <RALT> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ ISO_Level3_Shift, ISO_Next_Group ], virtualMods= AltGr }; include "level3(modifier_mapping)" }; // Either Alt key (while pressed) chooses the third shift level. // (To be used mostly to imitate Mac OS functionality.) partial modifier_keys xkb_symbols "alt_switch" { include "level3(lalt_switch)" include "level3(ralt_switch)" }; // The left Alt key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "lalt_switch" { key <LALT> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The right Ctrl key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "switch" { key <RCTL> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The Menu key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "menu_switch" { key <MENU> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // Either Win key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "win_switch" { include "level3(lwin_switch)" include "level3(rwin_switch)" }; // The left Win key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "lwin_switch" { key <LWIN> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The right Win key (while pressed) chooses the third shift level. // (When using this map, you should set your keyboard as pc101 or pc102 // instead of pc104 or pc105.) partial modifier_keys xkb_symbols "rwin_switch" { key <RWIN> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The Enter key on the kepypad (while pressed) chooses the third shift level. // (This is especially useful for Mac laptops which miss the right Alt key.) partial modifier_keys xkb_symbols "enter_switch" { key <KPEN> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The CapsLock key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "caps_switch" { key <CAPS> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The Backslash key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "bksl_switch" { key <BKSL> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The Less/Greater key (while pressed) chooses the third shift level. partial modifier_keys xkb_symbols "lsgt_switch" { key <LSGT> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // The CapsLock key (while pressed) chooses the third shift level, // and latches when pressed together with another third-level chooser. partial modifier_keys xkb_symbols "caps_switch_latch" { key <CAPS> { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] }; include "level3(modifier_mapping)" }; // The Backslash key (while pressed) chooses the third shift level, // and latches when pressed together with another third-level chooser. partial modifier_keys xkb_symbols "bksl_switch_latch" { key <BKSL> { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] }; include "level3(modifier_mapping)" }; // The Less/Greater key (while pressed) chooses the third shift level, // and latches when pressed together with another third-level chooser. partial modifier_keys xkb_symbols "lsgt_switch_latch" { key <LSGT> { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] }; include "level3(modifier_mapping)" }; // Number key 4 chooses third shift level when pressed in isolation. partial modifier_keys xkb_symbols "4_switch_isolated" { override key <AE04> { symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" }; // Number key 9 chooses third shift level when pressed in isolation. partial modifier_keys xkb_symbols "9_switch_isolated" { override key <AE09> { symbols[Group1] = [ ISO_Level3_Shift ] }; include "level3(modifier_mapping)" };
Upload File
Create Folder