No description
Find a file
Breadway 26431d5969 breadbox: fix unfocus-close, Enter, and arrow key navigation
- KeyboardMode::Exclusive → OnDemand: with Exclusive the compositor
  never sends wl_keyboard::leave, so EventControllerFocus::connect_leave
  never fires. OnDemand lets Hyprland hand focus back on click-outside.
- Move EventControllerKey from search to window, capture phase: bubble
  phase on SearchEntry let its own handlers consume Enter and arrows
  first. Capture phase on the window intercepts all keys before any
  widget sees them, so Enter/Up/Down/Esc always reach our handler.
2026-05-23 12:17:56 +08:00
src breadbox: fix unfocus-close, Enter, and arrow key navigation 2026-05-23 12:17:56 +08:00
.gitignore breadbox: fast Rust application launcher for wofi 2026-05-23 11:14:16 +08:00
Cargo.lock breadbox: replace wofi with native GTK4 layer-shell UI 2026-05-23 11:36:29 +08:00
Cargo.toml breadbox: replace wofi with native GTK4 layer-shell UI 2026-05-23 11:36:29 +08:00
LICENSE breadbox: fast Rust application launcher for wofi 2026-05-23 11:14:16 +08:00