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: group
// The right Alt key (while pressed) chooses the second keyboard group. partial modifier_keys xkb_symbols "switch" { key <RALT> { symbols[Group1] = [ Mode_switch, Multi_key ], virtualMods= AltGr }; }; // The left Alt key (while pressed) chooses the second keyboard group. partial modifier_keys xkb_symbols "lswitch" { key <LALT> { symbols[Group1] = [ Mode_switch, Multi_key ], virtualMods= AltGr }; }; // Either Win key (while pressed) chooses the second keyboard group. partial modifier_keys xkb_symbols "win_switch" { include "group(lwin_switch)" include "group(rwin_switch)" }; // The left Win key (while pressed) chooses the second keyboard group. // (Using this map, you should declare your keyboard as pc101 or pc102 // instead of pc104 or pc105.) partial modifier_keys xkb_symbols "lwin_switch" { key <LWIN> { symbols[Group1] = [ Mode_switch, Multi_key ], virtualMods= AltGr }; }; // The right Win key (while pressed) chooses the second keyboard group. // (Using this map, you should declare your keyboard as pc101 or pc102 // instead of pc104 or pc105.) partial modifier_keys xkb_symbols "rwin_switch" { key <RWIN> { symbols[Group1] = [ Mode_switch, Multi_key ], virtualMods= AltGr }; }; // The right Menu key (while pressed) chooses the second keyboard group. // while Shift+Menu acts as Menu. partial modifier_keys xkb_symbols "menu_switch" { key <MENU> { symbols[Group1] = [ Mode_switch, Menu ], virtualMods= AltGr }; }; // The right Ctrl key (while pressed) chooses the second keyboard group. // (Needed mainly for the Canadian keyboard.) partial modifier_keys xkb_symbols "rctrl_switch" { key <RCTL> { symbols[Group1] = [ Mode_switch ] }; }; // Pressing the right Alt key switches to the next group. partial modifier_keys xkb_symbols "toggle" { virtual_modifiers AltGr; key <RALT> { symbols[Group1] = [ ISO_Next_Group ], virtualMods= AltGr }; }; // Pressing both Shift keys switches to the next or previous group // (depending on which Shift is pressed first). partial modifier_keys xkb_symbols "shifts_toggle" { key <LFSH> { [ Shift_L, ISO_Prev_Group ] }; key <RTSH> { [ Shift_R, ISO_Next_Group ] }; }; // Pressing Shift+Caps_Lock switches to the next group. partial modifier_keys xkb_symbols "shift_caps_toggle" { key <CAPS> { [ Caps_Lock, ISO_Next_Group ] }; }; // Pressing Caps_Lock selects the first group, // pressing Shift+Caps_Lock selects the last group. partial modifier_keys xkb_symbols "shift_caps_switch" { key <CAPS> { [ ISO_First_Group, ISO_Last_Group ] }; }; // toggle using win + space as combo partial modifier_keys xkb_symbols "win_space_toggle" { key <SPCE> { type="PC_SUPER_LEVEL2", symbols[Group1]= [ space, ISO_Next_Group ], symbols[Group2]= [ space, ISO_Next_Group ] }; }; // Pressing the left Win key selects the first group, // pressing the right Win or the Menu key selects the last group. partial modifier_keys xkb_symbols "win_menu_switch" { virtual_modifiers AltGr; key <LWIN> { virtualMods= AltGr, symbols[Group1] = [ ISO_First_Group ] }; key <MENU> { virtualMods= AltGr, symbols[Group1] = [ ISO_Last_Group ] }; key <RWIN> { virtualMods= AltGr, symbols[Group1] = [ ISO_Last_Group ] }; }; // Pressing the left Ctrl key selects the first group, // pressing the right Ctrl key selects the last group. partial modifier_keys xkb_symbols "lctrl_rctrl_switch" { virtual_modifiers AltGr; key <LCTL> { virtualMods= AltGr, symbols[Group1] = [ ISO_First_Group ] }; key <RCTL> { virtualMods= AltGr, symbols[Group1] = [ ISO_Last_Group ] }; }; // // CTRL-SHIFT toggle section // partial modifier_keys xkb_symbols "lctrl_lshift_toggle" { key <LFSH> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ Shift_L, ISO_Next_Group ] }; key <LCTL> { [ Control_L, ISO_Next_Group ] }; }; partial modifier_keys xkb_symbols "lctrl_lshift_toggle_rev" { key <LFSH> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ Shift_L, ISO_Prev_Group ] }; key <LCTL> { [ Control_L, ISO_Prev_Group ] }; }; partial modifier_keys xkb_symbols "rctrl_rshift_toggle" { key <RTSH> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ Shift_R, ISO_Next_Group ] }; key <RCTL> { [ Control_R, ISO_Next_Group ] }; }; partial modifier_keys xkb_symbols "ctrl_shift_toggle" { include "group(lctrl_lshift_toggle)" include "group(rctrl_rshift_toggle)" }; partial modifier_keys xkb_symbols "ctrl_shift_toggle_bidir" { include "group(lctrl_lshift_toggle_rev)" include "group(rctrl_rshift_toggle)" }; // // CTRL-ALT toggle section // partial modifier_keys xkb_symbols "lctrl_lalt_toggle" { virtual_modifiers Alt; key <LALT> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Next_Group ], virtualMods= Alt }; key <LCTL> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ Control_L, ISO_Next_Group ] }; }; partial modifier_keys xkb_symbols "lctrl_lalt_toggle_rev" { virtual_modifiers Alt; key <LALT> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Prev_Group ], virtualMods= Alt }; key <LCTL> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ Control_L, ISO_Prev_Group ] }; }; partial modifier_keys xkb_symbols "rctrl_ralt_toggle" { virtual_modifiers Alt; key <RALT> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Next_Group ], virtualMods= Alt }; key <RCTL> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ Control_R, ISO_Next_Group ] }; }; partial modifier_keys xkb_symbols "ctrl_alt_toggle" { include "group(lctrl_lalt_toggle)" include "group(rctrl_ralt_toggle)" }; partial modifier_keys xkb_symbols "ctrl_alt_toggle_bidir" { include "group(lctrl_lalt_toggle_rev)" include "group(rctrl_ralt_toggle)" }; // // ALT-SHIFT toggle section // partial modifier_keys xkb_symbols "lalt_lshift_toggle" { virtual_modifiers Alt; key <LALT> { symbols[Group1] = [ NoSymbol, ISO_Next_Group ], virtualMods= Alt }; key <LFSH> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ Shift_L, ISO_Next_Group ] }; }; partial modifier_keys xkb_symbols "lalt_lshift_toggle_rev" { virtual_modifiers Alt; key <LALT> { symbols[Group1] = [ NoSymbol, ISO_Prev_Group ], virtualMods= Alt }; key <LFSH> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ Shift_L, ISO_Prev_Group ] }; }; partial modifier_keys xkb_symbols "ralt_rshift_toggle" { virtual_modifiers Alt; key <RALT> { symbols[Group1] = [ NoSymbol, ISO_Next_Group ], virtualMods= Alt }; key <RTSH> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ Shift_R, ISO_Next_Group ] }; }; partial modifier_keys xkb_symbols "alt_shift_toggle" { include "group(lalt_lshift_toggle)" include "group(ralt_rshift_toggle)" }; partial modifier_keys xkb_symbols "alt_shift_toggle_bidir" { include "group(lalt_lshift_toggle_rev)" include "group(ralt_rshift_toggle)" }; // Pressing the Menu key switches to the next group, // while Shift+Menu acts as Menu. partial modifier_keys xkb_symbols "menu_toggle" { key <MENU> { [ ISO_Next_Group, Menu ] }; }; // Pressing the left Win key switches to the next group. // (Using this map, you should declare your keyboard as // pc101 or pc102 instead of pc104 or pc105.) partial modifier_keys xkb_symbols "lwin_toggle" { virtual_modifiers AltGr; key <LWIN> { virtualMods= AltGr, symbols[Group1] = [ ISO_Next_Group ] }; }; // Pressing the right Win key switches to the next group. // (Using this map, you should declare your keyboard as // pc101 or pc102 instead of pc104 or pc105.) partial modifier_keys xkb_symbols "rwin_toggle" { virtual_modifiers AltGr; key <RWIN> { virtualMods= AltGr, symbols[Group1] = [ ISO_Next_Group ] }; }; // Pressing both Ctrl keys switches to the next or previous group // (depending on which Ctrl is pressed first). partial modifier_keys xkb_symbols "ctrls_toggle" { virtual_modifiers LControl, RControl; key <LCTL> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Prev_Group ], virtualMods= LControl }; key <RCTL> { type[Group1]="PC_CONTROL_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Next_Group ], virtualMods= RControl }; }; // Pressing both Alt switches to the next or previous group // (depending on which Alt is pressed first). partial modifier_keys xkb_symbols "alts_toggle" { virtual_modifiers LAlt, RAlt; key <LALT> { type[Group1]="PC_RALT_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Prev_Group ], virtualMods= LAlt }; key <RALT> { type[Group1]="PC_LALT_LEVEL2", symbols[Group1] = [ NoSymbol, ISO_Next_Group ], virtualMods= RAlt }; }; // Pressing the left Shift key switches to the next group. partial modifier_keys xkb_symbols "lshift_toggle" { virtual_modifiers AltGr; key <LFSH> { symbols[Group1] = [ ISO_Next_Group ], virtualMods= AltGr }; }; // Pressing the right Shift key switches to the next group. partial modifier_keys xkb_symbols "rshift_toggle" { virtual_modifiers AltGr; key <RTSH> { symbols[Group1] = [ ISO_Next_Group ], virtualMods= AltGr }; }; // Pressing the left Alt key switches to the next group. partial modifier_keys xkb_symbols "lalt_toggle" { virtual_modifiers AltGr; key <LALT> { symbols[Group1] = [ ISO_Next_Group ], virtualMods= AltGr }; }; // Pressing the left Ctrl key switches to the next group. partial modifier_keys xkb_symbols "lctrl_toggle" { virtual_modifiers AltGr; key <LCTL> { symbols[Group1] = [ ISO_Next_Group ], virtualMods= AltGr }; }; // Pressing the right Ctrl key switches to the next group. partial modifier_keys xkb_symbols "rctrl_toggle" { virtual_modifiers AltGr; key <RCTL> { symbols[Group1] = [ ISO_Next_Group ], virtualMods= AltGr }; }; // Pressing Alt+Caps_Lock switches to the next group, // pressing Caps_Lock toggles CapsLock. partial modifier_keys xkb_symbols "alt_caps_toggle" { key <CAPS> { type="PC_ALT_LEVEL2", symbols[Group1] = [ Caps_Lock, ISO_Next_Group ] }; }; hidden partial modifier_keys xkb_symbols "olpc" { key <I219> { [ ISO_Next_Group, ISO_Prev_Group ] }; }; partial modifier_keys xkb_symbols "alt_space_toggle" { key <SPCE> { type[Group1]="PC_ALT_LEVEL2", symbols[Group1] = [ space, ISO_Next_Group ] }; }; // Pressing the Scroll Lock key switches to the next group, partial modifier_keys xkb_symbols "sclk_toggle" { virtual_modifiers AltGr; key <SCLK> { virtualMods= AltGr, symbols[Group1] = [ ISO_Next_Group ] }; }; // Control_L+Win_L selects the first group (presumably Lat), // Control_R+Menu selects the second group (presumably Rus). partial modifier_keys xkb_symbols "lctrl_lwin_rctrl_menu" { key <LWIN> { type[Group1] = "PC_CONTROL_LEVEL2", symbols[Group1] = [ Super_L, ISO_First_Group ] }; key <MENU> { type[Group1] = "PC_CONTROL_LEVEL2", symbols[Group1] = [ Menu, ISO_Last_Group ] }; }; // Control_L+Win_L toggles groups. partial modifier_keys xkb_symbols "lctrl_lwin_toggle" { key <LWIN> { type[ Group1 ] = "PC_CONTROL_LEVEL2", symbols[ Group1 ] = [ Super_L, ISO_Next_Group ] }; };
Upload File
Create Folder