You are not logged in.

#1 2006-03-20 23:06:11

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

difference between shift+alt+smth and alt+shift+smth

To type a big polish (latin2) letter one must press:
shift + alt + one_letter
or
alt + shift + one_letter

It always made no difference but today I discovered that only
alt + shift + one_letter
works ok an I can type: ŁŁĄĄÓÓĘĘ
when pressing:
shift + alt + one_letter
It shows nothing or just a big letter.

I'm taliking here about Xorg and KDE, in tty it works OK.

LOCALE=pl_PL                                                                    
HARDWARECLOCK="localtime"                                                       
TIMEZONE=Europe/Warsaw                                                          
KEYMAP=pl                                                                       
CONSOLEFONT=lat2-16.psfu.gz                                                     
USECOLOR="yes"                                                                  
Section "InputDevice"                                                           
    Identifier "Keyboard1"                                                      
    Driver "kbd"                                                                
    Option "CoreKeyboard"                                                       
    Option "XkbRules" "xorg"                                                    
    Option "XkbModel" "pc104"                                                   
    Option "XkbLayout" "pl"                                                     
    #Option "XkbOptions" "compose:rwin"                                         
EndSection                                                                      

EDIT: and output from xev:
alt + shift + one_letter

KeyPress event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 435964775, (-34,751), root:(970,778),
    state 0x10, keycode 113 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 435965112, (-34,751), root:(970,778),
    state 0x90, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 435966332, (-34,751), root:(970,778),
    state 0x91, keycode 26 (keysym 0x1ca, Eogonek), same_screen YES,
    XLookupString gives 1 bytes: (ca) "Ę"
    XmbLookupString gives 1 bytes: (ca) "Ę"
    XFilterEvent returns: False

KeyRelease event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 435966487, (-34,751), root:(970,778),
    state 0x91, keycode 26 (keysym 0x1ca, Eogonek), same_screen YES,
    XLookupString gives 1 bytes: (ca) "Ę"

shift + alt + one_letter

KeyPress event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 436058858, (-260,861), root:(744,888),
    state 0x11, keycode 113 (keysym 0xffe8, Meta_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 436059664, (-260,861), root:(744,888),
    state 0x19, keycode 26 (keysym 0x45, E), same_screen YES,
    XLookupString gives 1 bytes: (45) "E"
    XmbLookupString gives 1 bytes: (45) "E"
    XFilterEvent returns: False

KeyRelease event, serial 31, synthetic NO, window 0x3600001,
    root 0x81, subw 0x0, time 436059846, (-260,861), root:(744,888),
    state 0x19, keycode 26 (keysym 0x45, E), same_screen YES,
    XLookupString gives 1 bytes: (45) "E"

Offline

Board footer

Powered by FluxBB