mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
search: input: log consumed modifiers
This commit is contained in:
parent
7b1994fce6
commit
2898ec70b6
1 changed files with 2 additions and 1 deletions
3
search.c
3
search.c
|
|
@ -977,7 +977,8 @@ search_input(struct seat *seat, struct terminal *term,
|
|||
const xkb_keysym_t *raw_syms, size_t raw_count,
|
||||
uint32_t serial)
|
||||
{
|
||||
LOG_DBG("search: input: sym=%d/0x%x, mods=0x%08x", sym, sym, mods);
|
||||
LOG_DBG("search: input: sym=%d/0x%x, mods=0x%08x, consumed=0x%08x",
|
||||
sym, sym, mods, consumed);
|
||||
|
||||
const xkb_mod_mask_t bind_mods =
|
||||
mods & seat->kbd.bind_significant & ~locked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue