MateでShiftを使用したキーボードショートカット

MateでShiftを使用したキーボードショートカット

Mateを使ってFedora 21をインストールしました。ショートカットCtrl+ Alt+ Shift+ Up(ウィンドウを特定のデスクトップに移動するために使用されます)をバインドしようとすると、すでに++をCtrl使用AltしてUp切り替えているというメッセージが表示されます。なぜShift鍵を無視するのか理解できません。

さらに、JetBrains IDEにはいくつかの奇妙な動作がありました(しかしDebianディストリビューションの同じデフォルト設定はうまくいきます)。たとえば、Alt++は行を上下に移動Shiftしません。Upどんな提案にも感謝します。

xev出力:

KeyPress event, serial 35, synthetic NO, window 0x4200001,
    root 0x2eb, subw 0x0, time 62367072, (462,151), root:(462,271),
    state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 38, synthetic NO, window 0x4200001,
    root 0x2eb, subw 0x0, time 62367366, (462,151), root:(462,271),
    state 0x14, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 38, synthetic NO, window 0x4200001,
    root 0x2eb, subw 0x0, time 62367619, (462,151), root:(462,271),
    state 0x1c, keycode 50 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

PropertyNotify event, serial 38, synthetic NO, window 0x4200001,
    atom 0x1ae (XKLAVIER_STATE), time 62367622, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x4200001,
    atom 0x1ae (XKLAVIER_STATE), time 62367623, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x4200001,
    atom 0x1ae (XKLAVIER_STATE), time 62367624, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x4200001,
    atom 0x1ae (XKLAVIER_STATE), time 62367624, state PropertyNewValue

KeyPress event, serial 38, synthetic NO, window 0x4200001,
    root 0x2eb, subw 0x0, time 62367900, (462,151), root:(462,271),
    state 0x201c, keycode 111 (keysym 0xff52, Up), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

ベストアンサー1

おすすめ記事