Guake/guake

Add first-time configuration guide for global hotkey on wayland

Open

#2,011 建立於 2022年1月18日

在 GitHub 查看
 (1 留言) (11 反應) (0 負責人)Python (619 fork)batch import
Type: Feature Requestgood first issue

倉庫指標

Star
 (4,281 star)
PR 合併指標
 (平均合併 4天 6小時) (30 天內合併 2 個 PR)

描述

Wayland prevents global hotkey registration as part of its anti-keylogger crusade, which means that Guake's global toggle needs to be done by adding guake-toggle to the window manager's global keyboard shortfcuts. Currently this is not mentioned in the program, so I'd like to propose the following flow for the program:

  1. Detect wayland by catching global hotkey binding failure
  2. Pop a dialog to explain the situation and provide instructions on how to set the hotkey in keyboard settings.
  3. Offer to unbind the global hotkey so that further messages do not appear.

貢獻者指南