feat: add bing flag p
This commit is contained in:
@@ -3434,7 +3434,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;
|
||||
|
||||
Reference in New Issue
Block a user