<div dir="ltr">Hi!<div><br></div><div>I'm using both the german and the english keymapping on my machines. I don't really know about special character languages like japanese behave but I guess it should be the same, concidering the right locales are activated and installed on your machine.</div><div><br></div><div>Anyway, here's what I use in my $HOME/bin/ directory:</div><div><br></div><div><div>:~$ cat bin/keyboard.sh </div><div>#!/bin/bash</div><div># configure machine to use both the english and german keyboard layout</div><div># switch between layouts by pressing "roll"</div><div># glowing "roll-LED" indicates that the german layout is present</div><div>setxkbmap -layout us,de              # setup two keyboard layouts. 'us' will be the default</div><div>setxkbmap -option grp:sclk_toggle    # switch between keyboard layouts via scroll lock key</div><div>setxkbmap -option grp_led:scroll     # indicate that I'm using the alternative layout (de)</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-09 18:00 GMT+02:00 Petter Adsen <span dir="ltr"><<a href="mailto:petter@synth.no" target="_blank">petter@synth.no</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, 10 May 2016 00:24:03 +0900<br>
Thomas Blasejewicz <<a href="mailto:nyuwa@hb.tp1.jp">nyuwa@hb.tp1.jp</a>> wrote:<br>
<br>
> Good morning<br>
> (I was not able to recover the messed up installation the other day)<br>
><br>
> Now I NEWLY (from scratch) installed xubuntu 15.10 (16.04 did not<br>
> allow me to install ANY other language beside English).<br>
> I am repeating the procedure now for the THIRD time, since both<br>
> preceding very laborous and time consuming installations led to<br>
> a blank black screen, where the ONLY possible action / activity was<br>
> cutting the power.<br>
<br>
</span>15.10 goes EOL in three months.<br>
<span class=""><br>
> Now during the third attempt at installing the OS I am running again<br>
> (I did experience this already before!) into other annoying problems.<br>
> Here in particular (since I have not yet gotten further than OS<br>
> installation and update):<br>
> I have (set) two keyboard layouts: Japanese + German.<br>
> My customary switch is left Alt+Shift.<br>
> I could set that, but EVERY TIME I restart the computer, this setting<br>
> is forgotten and has to be changed.<br>
> Changed: change it to anything, it does not matter what. But when the<br>
> computer is turned off, this setting is lost.<br>
><br>
> Is there any way to convince the computer, that it has to remember<br>
> that setting?<br>
<br>
</span>Put '/usr/bin/setxkbmap -option grp:lalt_lshift_toggle' in<br>
~/.xsessionrc and log out and back in. See 'man xkeyboard-config' for<br>
other options or alternative keybindings.<br>
<span class="HOEnZb"><font color="#888888"><br>
Petter<br>
<br>
--<br>
"I'm ionized"<br>
"Are you sure?"<br>
"I'm positive."<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>
</div></div></blockquote></div><br></div>