> > >> not really this is what I got with *Right-Ctrl* and *F1* ! >> > Sorry , but I give up, too much time spent. Bye > > > I'm not sure why it gave connectivity issues, but the page in question I reproduce below for your convenience, should you choose to try again (VM experts - should that be localhost:8080 now?):
8.1. Changing the keyboard layout 8.1.1. For the graphical web browser 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: 1. 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. 2. Edit the sage user's .xinitrc file: sagevm login: sagePassword: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. 3. Save: Press *Ctrl-X* to exit, *y* to save, *Enter* to save it under the previous name .xinitrc 4. Reboot the virtual machine to switch to the new keyboard layout. 8.1.2. Manually changing the layout on the console 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" -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
