not really this is what I got with Right-Ctrl and F1 !Sorry , but I give up, too much time spent. Bye
The easiest way to use your keyboard layout of choice is to use the host browser and connect to the Sage server running at http://localhost:8000. However, if you want to permanently change the layout in the virtual machine browser, you can do this as follows:
Log into the virtual machine as user sage. For example, you can log into the virtual machine from the text-mode console: Press Right-Ctrl and F1 for a different tty. The user account running the web browser is called sage with password sage. See the advanced options section for more details.
Edit the sage user's .xinitrc file:
sagevm login: sage Password: Last login: Tue Jul 12 13:32:39 on tty9 [sage@sagevm ~]# nano .xinitrc
and add setxkbmap <keyboard-coutry-code> as the first line. The country code is usually the two-character country code, for example de, gb, fi, fr, ... To use the dvorak keyboard layout you would write
setxkbmap dvorak
The complete list is described in /usr/share/X11/xkb/rules/base.lst.
Save: Press Ctrl-X to exit, y to save, Enter to save it under the previous name .xinitrc
To temporarily change the keyboard layout (for example, French AZERTY), you can drop to the shell and run the command
sudo loadkeys azerty
To make this change permanent, you have to edit a configuration file. Run
sudo nano /etc/sysconfig/keyboard
and set it to the following:
KEYTABLE="fr-latin1" MODEL="pc105+inet" LAYOUT="fr"