feat: add bing flag p

This commit is contained in:
DreamMaoMao 2025-12-10 20:11:55 +08:00
parent fbb38ad0b7
commit 58d4fe64da
2 changed files with 10 additions and 2 deletions

View file

@ -3385,7 +3385,11 @@ keybinding(uint32_t state, bool locked, uint32_t mods, xkb_keysym_t sym,
k->func) {
isbreak = k->func(&k->arg);
handled = 1;
if (!k->ispassapply)
handled = 1;
else
handled = 0;
if (isbreak)
break;