Answer the question
In order to leave comments, you need to log in
Ubuntu keyboard shortcut to select specific language?
In Ubuntu, of course, there are options in the settings for "next source" and "previous source" when choosing a language. But how to make it so that with a certain combination the English folding is included, and with another Russian?
For example: LShift+LAlt turns on EN (it doesn't matter which one is currently on), and LShift+LCtrl turns on RU. Maybe?
Answer the question
In order to leave comments, you need to log in
Yes, it's possible. I will not fully solve your problem, but here's how I set it up. Right Alt is one layout, left Alt is another.
// ~/.config/xkb/symbols/custom
xkb_symbols "default" {
replace key <LALT> { [ ISO_Last_Group ] };
replace key <RALT> { [ ISO_First_Group ] };
};
// .xinitrc
# See full list of combinations http://cgit.freedesktop.org/xorg/lib/libX11/plain/nls/en_US.UTF-8/Compose.pre
setxkbmap -layout "us+custom(default),ru(winkeys)" -option "" -compat "complete+custom(latch)" -print | xkbcomp -I"$HOME/.config/xkb" - "${DISPLAY%%.*}"
Ubuntu native dconf-editor or gconf-editor depending on Ubuntu version.
All settings are there. keys and can also be set in Therm knowing the scheme from these editors (it is always displayed at the top of the editor):
gsettings .............
It's not a fact that this article will answer your question in its original form, but at least it's a fairly broad answer about keyboard shortcuts in Ubuntu.
Today's article on Habré: https://habr.com/ru/post/486872/
If you have Gnome DE, you can use the Tweak program.
Keyboards & mouse section -> additional Layout -> Switching to another layout
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question