Remapeando o Controle Esquerdo LCTL no xkb muda o comportamento de Alt + Left Shift

3

Por algum motivo, pressionar qualquer tecla alt (incluindo <MENU> ) junto com <LFSH> alterna "Alternar janelas de um aplicativo". Isso pode ser desativado comentando

 key <LCTL> { [    Tab,      Tab,       Tab,         Tab  ] };

no meu arquivo de layout xkb. No entanto, gostaria de continuar remapeando o controle esquerdo <LCTL> para Tab . Como posso fazer isso sem causar o comportamento acima?

Estou usando o Fedora 20 com o kernel 3.14.7-200.fc20.i686 .

A entrada correspondente em /usr/share/X11/xkb/symbols/us é

partial alphanumeric_keys
xkb_symbols "workman-d" {

    name[Group1]= "English (Workman special)";

    include "us(workman)"

    key <TLDE> { [ grave, asciitilde,        degree,           degree ] };
    key <AE03> { [     3, numbersign,       section,          section ] };

    key <TAB> { [    BackSpace,       BackSpace,       BackSpace,        BackSpace ] };
    key <AD01> { [     q,          Q,            at,               at ] };
    key <AD08> { [     u,          U,    udiaeresis,       Udiaeresis ] };

    key <CAPS> { [    Control_L,       Control_L,       Control_L,        Control_L ] };
    key <AC01> { [     a,          A,    adiaeresis,       Adiaeresis ] };
    key <AC02> { [     s,          S,        ssharp,           ssharp ] };
    key <AC08> { [     e,          E,      EuroSign,         EuroSign ] };
    key <AC09> { [     o,          O,    odiaeresis,       Odiaeresis ] };

    key <AB04> { [     c,          C,          cent,        copyright ] };

    key <LCTL> { [    Tab,   Tab,       Tab,         Tab  ] };
    key <LFSH> { [ Shift_L,     Shift_L,      Shift_L,        Shift_L ] };
    key <MENU> { [ Alt_R,      Alt_R,         Alt_R,            Alt_R ] };

};

A saída xev é

  • keycode 64 (keysym 0xffe9, Alt_L) de pressionar o botão esquerdo
  • keycode 50 (keysym 0xffe1, Shift_L) de pressionar shift à esquerda
  • FocusOut event, serial 36, synthetic NO, window 0x2a00001, mode NotifyGrab, detail NotifyAncestor de pressionar alt esquerdo + deslocamento esquerdo
por robust 18.06.2014 / 14:47

0 respostas