離したときのキーボードボタンの組み合わせの適用

離したときのキーボードボタンの組み合わせの適用

LMDE2 Mateをインストールし、Debianテストを指すリポジトリを使用しました。

Pycharm(Jetbrains IDE)からPythonコンソールを呼び出すには、Shift+ Alt+を押す必要があります。E

Shift私の問題は、+を押すとAltキーボードレイアウトトグルイベントが呼び出されることです。他に関連する質問があります。

押すのではなく、離すときに押す(デフォルトのWindowsアクション、AFAIK)を適用するようにキーボードを設定すると、問題が解決する可能性があると思いましたが、これを行う方法への参照が見つかりませんでした。

私はこれを見たことがあるStackOverflowに関する質問しかし、そこに有用な情報が見つかりませんでした。

xev履歴Shift++:AltE

KeyPress event, serial 38, synthetic NO, window 0x4600001,
    root 0x114, subw 0x0, time 28863279, (-505,381), root:(507,666),
    state 0x0, 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 0x4600001,
    root 0x114, subw 0x0, time 28863709, (-505,381), root:(507,666),
    state 0x8, 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 0x4600001,
    atom 0x1db (XKLAVIER_STATE), time 28863710, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x4600001,
    atom 0x1db (XKLAVIER_STATE), time 28863710, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x4600001,
    atom 0x1db (XKLAVIER_STATE), time 28863711, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x4600001,
    atom 0x1db (XKLAVIER_STATE), time 28863711, state PropertyNewValue

KeyPress event, serial 38, synthetic NO, window 0x4600001,
    root 0x114, subw 0x0, time 28865393, (-505,381), root:(507,666),
    state 0x2008, keycode 26 (keysym 0x6d5, Cyrillic_u), same_screen YES,
    XLookupString gives 2 bytes: (d1 83) "у"
    XmbLookupString gives 2 bytes: (d1 83) "у"
    XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x4600001,
    root 0x114, subw 0x0, time 28865605, (-505,381), root:(507,666),
    state 0x2008, keycode 26 (keysym 0x6d5, Cyrillic_u), same_screen YES,
    XLookupString gives 2 bytes: (d1 83) "у"
    XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x4600001,
    root 0x114, subw 0x0, time 28867681, (-505,381), root:(507,666),
    state 0x2008, keycode 50 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x4600001,
    root 0x114, subw 0x0, time 28867701, (-505,381), root:(507,666),
    state 0x2008, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

編集する。レイアウト切り替えショートカットのため、同じ組み合わせは使用できません。同じ質問をしますが、答えを提供しません。キーボードレイアウトを別のショートカットに変更することはオプションではありません。

ベストアンサー1

おすすめ記事