Each
group is effectively a keyboard layout that may be selected on-the-fly.
Groups are specified by listing multiple comma-delimited values for the layout and
variant parameters. For example, these parameters specify group 1 as the international
(intl) variant of the us layout, and group 2 as a ca (Canadian) layout with no
variant:
rules: xorg
model: pc105
layout: us,ca
variant: intl,
The option parameter is used to specify which keys are used to switch between
groups. These are the possible switching keys listed in the xorg.list file:
grp:switch R-Alt switches group while pressed.
grp:lswitch Left Alt key switches group while pressed.
grp:lwin_switch Left Win-key switches group while pressed.
grp:rwin_switch Right Win-key switches group while pressed.
grp:win_switch Both Win-keys switch group while pressed.
grp:rctrl_switch Right Ctrl key switches group while pressed.
grp:toggle Right Alt key changes group.
grp:lalt_toggle Left Alt key changes group.
grp:caps_toggle CapsLock key changes group.
grp:shift_caps_toggle Shift+CapsLock changes group.
grp:shifts_toggle Both Shift keys together change group.
grp:alts_toggle Both Alt keys together change group.
grp:ctrls_toggle Both Ctrl keys together change group.
Pages:
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265