I want to have a virtual keyboard with Japanese and Arabic, which my physical keyboard doesn't have stickers for (and doesn't have enough space even if I bought).
I thought of using it through onboard
, but it works only for the current layout.
Is there a way to either configure a layout to onboard
other than the one currently used, or configure layouts with setxkbmap that aren't regularly toggeled through (So I can toggle only English and Russian usually, but sometimes go to the other languages)?
onboard
to see the current keyboard layout. I use this method to switch between different European languages. I have not used it for Japanese and Arabic, but I think it could work. Let us hope that someone who knows one of these languages will see your question and and give a good answer :-) – sudodus Dec 12 '17 at 16:18onboard
viasetxkbmap ar
. But not much happens withsetxkbmap jp
. In the latter case I guess you need to install something, for example a language pack for Japanese. But I am sure there are many people who have better answers than my comments. – sudodus Dec 12 '17 at 16:46setxkbmap
orgsettings
to provide more than 4 layouts. you could configure a solution that uses that sort of script to provide your standard configuration (us,ru
) but when activated switch to another layout set (us,ru,jp,ar
?us,jp,ar
?). see https://askubuntu.com/q/107945/669043 and similar questions. – quixotic Dec 29 '17 at 00:03