Stateless layout switching in Ubuntu 14.04
- by ulidtko
I use extensively two keyboard layouts (latin for English, and cyrillic for Ukrainian and Russian), and it bothers me to experience my mode errors because of the additional bit of UI state: the current layout.
I used to eliminate them completely by using stateless layout switching, whereby one has no next layout action (as such an action is based on the current state, which is easy to forget for the user, and so leads to errors), rather only two actions:
enable latin layout;
enable cyrillic layout.
This was trivially accomplishable in pre-Saucy releases. As illustrated on the screenshot above.
However, that settings window was destroyed in Saucy.
How do I get my stateless switching now?