diff --git a/src/App.zig b/src/App.zig index df305ae45..7e82bf007 100644 --- a/src/App.zig +++ b/src/App.zig @@ -294,6 +294,9 @@ pub fn keyEvent( .leaf => |leaf| leaf, }; + // We only care about global keybinds + if (!leaf.flags.global) return false; + // Perform the action self.performAllAction(rt_app, leaf.action) catch |err| { log.warn("error performing global keybind action action={s} err={}", .{