Commit f755ec3b authored by Anton Midyukov's avatar Anton Midyukov

l10n: use alt+shift by default

This default has been in Alt for several years now.
parent 122c11d9
......@@ -20,12 +20,15 @@ use/l10n:
use/l10n/xkb/switch/ctrl_shift: use/l10n
@$(call set,XKB_SWITCH,grp:ctrl_shift_toggle)
use/l10n/xkb/switch/alt_shift: use/l10n
@$(call set,XKB_SWITCH,grp:alt_shift_toggle)
# FIXME: derive from locale by default if possible
use/l10n/ru_RU: use/l10n/xkb/switch/ctrl_shift
use/l10n/ru_RU: use/l10n/xkb/switch/alt_shift
@$(call add,LOCALES,ru_RU)
@$(call set,LOCALE,ru_RU)
@$(call add,XKB_KEYMAPS,ru)
@$(call set,KEYTABLE,ruwin_ct_sh-UTF-8)
@$(call set,KEYTABLE,ruwin_alt_sh-UTF-8)
# NB: BOOT_LANG is used within mkimage internally
use/l10n/default/ru_RU: use/l10n/ru_RU
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment