Changed keymap order

master
Mark 2022-11-05 08:04:04 -07:00
parent 8c59220b6a
commit 77106d60f4
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 5 deletions

View File

@ -155,16 +155,16 @@ config.ibus = {
indicator_code = "en", indicator_code = "en",
ibus_engine = "xkb:us::eng", ibus_engine = "xkb:us::eng",
}, },
{
title = "Russian",
indicator_code = "ru",
ibus_engine = "xkb:ru::rus"
},
{ {
title = "LaTeX", title = "LaTeX",
indicator_code = "∫x", indicator_code = "∫x",
ibus_engine = "table:latex", ibus_engine = "table:latex",
requires_engine = "xkb:us::eng" requires_engine = "xkb:us::eng"
},
{
title = "Russian",
indicator_code = "ru",
ibus_engine = "xkb:ru::rus"
} }
} }
} }