Add static hotkey text to show that ESC goes back to the previous page/closes the ui

This commit is contained in:
dec05eba
2026-04-12 17:09:58 +02:00
parent d545de687c
commit aec687bf22
10 changed files with 36 additions and 8 deletions

View File

@@ -252,7 +252,9 @@ namespace gsr {
std::unique_ptr<GlobalHotkeys> global_hotkeys = nullptr;
std::unique_ptr<GlobalHotkeysJoystick> global_hotkeys_js = nullptr;
Display *x11_dpy = nullptr;
XEvent x11_mapping_xev;
XEvent x11_xev;
Atom net_active_window_atom;
bool update_focused_window = true;
struct wl_display *wayland_dpy = nullptr;