O layout de teclado internacional dos EUA não está se comportando como esperado?

1

Talvez minha pergunta esteja relacionada a um .

Eu costumava usar o English International Keyboard dos EUA com Alt-Gr Dead Keys (até onde eu me lembro. Esse layout me permitiu escrever é pressionando R-Alt + ' e, em seguida, e .

Eu migrei para a EOS Luna e agora, não importa qual Inglês eu use o teclado internacional, R-Alt + ' imprime ' e para obter é Preciso pressionar R-Alt + e .

O layout mudou? É um bug no EOS? Ou preciso de outro layout?

Aqui abaixo estão os vários layouts em inglês dos EUA disponíveis no eOS:

xev,aopressionarAltGr+',retorna:

KeyPressevent,serial29,syntheticNO,window0x3600001,root0xac,subw0x0,time22275171,(752,335),root:(753,407),state0x0,keycode108(keysym0xfe03,ISO_Level3_Shift),same_screenYES,XKeysymToKeycodereturnskeycode:92XLookupStringgives0bytes:XmbLookupStringgives0bytes:XFilterEventreturns:FalseKeyPressevent,serial32,syntheticNO,window0x3600001,root0xac,subw0x0,time22275456,(752,335),root:(753,407),state0x80,keycode48(keysym0x27,apostrophe),same_screenYES,XLookupStringgives1bytes:(27)"'"
    XmbLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x3600001,
    root 0xac, subw 0x0, time 22275527, (752,335), root:(753,407),
    state 0x80, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
    XLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x3600001,
    root 0xac, subw 0x0, time 22275566, (752,335), root:(753,407),
    state 0x80, keycode 108 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
    XKeysymToKeycode returns keycode: 92
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False
    
por Benjamin 03.10.2013 / 10:23

1 resposta

1

O problema não está no layout do teclado em si, mas na área de "testar o layout do teclado", que não usa o layout de teclado selecionado nas listas de layout, mas o layout globalmente selecionado no indicador de alternância de layout no painel.

Na captura de tela abaixo, o layout do teclado no painel mostra "en", enquanto o terceiro layout é selecionado nas configurações. A área de teste aplica o layout indicado no painel. Se esse layout mudou para o terceiro layout, ele mostrará "en3".

    
por 04.10.2013 / 03:49