Keymaps

snowman66

Active Member
Dec 1, 2010
254
1
38
I need to change keymaps inside /usr/share/kvm/keymaps/si
Is there any table/list how are those number 0xnumber* related to the buttons/key's on physical keyboard layout?


I also get this error when changing keyboard - Datacenter/Options/Keyboard:

Code:
Parameter verification failed.  (400)

[B]keyboard[/B]: value 'si' does not have  a value in the enumeration 'pt, tr, ja, es, no, is, fr-ca, fr, pt-br,  da, fr-ch, sl, de-ch, en-gb, it, en-us, fr-be, hu, pl, nl, mk, fi, lt,  sv, de'


Code:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_PAPER = "sl_SI.UTF-8",
    LC_ADDRESS = "sl_SI.UTF-8",
    LC_MONETARY = "sl_SI.UTF-8",
    LC_NUMERIC = "sl_SI.UTF-8",
    LC_TELEPHONE = "sl_SI.UTF-8",
    LC_IDENTIFICATION = "sl_SI.UTF-8",
    LC_MEASUREMENT = "sl_SI.UTF-8",
    LC_TIME = "sl_SI.UTF-8",
    LC_NAME = "sl_SI.UTF-8",
    LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
 
Last edited:
I need to change keymaps inside /usr/share/kvm/keymaps/si

What keymap is that - our package does not provide such file?

Is there any table/list how are those number 0xnumber* related to the buttons/key's on physical keyboard layout?

I guess you can use 'showkey' for that porupuse (see 'man showkey')
 
What keymap is that - our package does not provide such file?


Typo, it is /usr/share/kvm/keymaps/sl.

The keymap seems to be ok - tested on fresh install. Only few special letters are missing: letter s, c, z with caron (Č č ž Ž š Š).

Solved (with tightvnc/remina): altgr+dead_caron+c/s/z = č/š/ž
 
Last edited: