|
Description
|
There are some problems with Slovenian keyboard layout for x86+Xsun and Sparc. Tested for solaris_nevada b32.
1. some dead keys in the second row do not work, according to Slovenia6.kt symbols (XK_dead_circumflex, XK_dead_abovering, XK_dead_grave) should be placed under column3 not column4.
2. AltGr + E does not give Euro sign.
3. Key with scancode 100 gives \ and | instead of opening and closing angled brackets (less-than sign and greater-than sign).
4. In the keypad section the keys 1,2,3 do not work properly. There are duplicated scancodes for these keys in Slovenia6.kt:
77 RN XK_End XK_KP_1 XK_KP_1
77 NN XK_End
98 RN XK_Down XK_KP_2 XK_KP_2
98 NN XK_KP_Insert XK_KP_Insert XK_KP_0
78 RN XK_Next XK_KP_3 XK_KP_3
78 NN XK_Next
|