Wrong action typo fix

pull/9899/head
Max Bretschneider 2025-10-24 14:10:20 +02:00 committed by Mitchell Hashimoto
parent afbcfa9e3d
commit 4f02e6c096
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ fn actionCommands(action: Action.Key) []const Command {
.description = "Focus the previous window, if any.",
},
.{
.action = .{ .goto_window = .previous },
.action = .{ .goto_window = .next },
.title = "Focus Window: Next",
.description = "Focus the next window, if any.",
},