mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
how to specify variant layout
This commit is contained in:
parent
797e743c8a
commit
a62cd9fe51
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
## /usr/share/X11/xkb/rules/evdev.lst
|
## /usr/share/X11/xkb/rules/evdev.lst
|
||||||
##
|
##
|
||||||
## Multiple keyboard layouts can be set by comma-separating the country codes.
|
## Multiple keyboard layouts can be set by comma-separating the country codes.
|
||||||
|
## If a variant layout is needed, the syntax is layout(variant)
|
||||||
## If multiple layouts are used, specify the toggle-keybind using
|
## If multiple layouts are used, specify the toggle-keybind using
|
||||||
## XKB_DEFAULT_OPTIONS as show below.
|
## XKB_DEFAULT_OPTIONS as show below.
|
||||||
##
|
##
|
||||||
|
|
@ -17,7 +18,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
# XKB_DEFAULT_LAYOUT=se
|
# XKB_DEFAULT_LAYOUT=se
|
||||||
# XKB_DEFAULT_LAYOUT=se,de
|
# XKB_DEFAULT_LAYOUT=se,us(intl)
|
||||||
# XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
# XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
||||||
# XKB_DEFAULT_OPTIONS=grp:shift_caps_toggle
|
# XKB_DEFAULT_OPTIONS=grp:shift_caps_toggle
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue