From 40c680b389bd2c3f1376aeda3f5abb049a0022ef Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 26 Aug 2013 04:33:55 +0200 Subject: [PATCH] For consistency mirror the replacement of "n" with "f" in cycle_active_win with a replacement of "p" with "b". --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 238da3e..8a78273 100644 --- a/src/misc.c +++ b/src/misc.c @@ -297,7 +297,7 @@ extern uint8_t meta_keys(int key, struct World * world, } else if (key == get_action_key(world->keybindings, "cycle backwards")) { - cycle_active_win(win_meta, 'p'); + cycle_active_win(win_meta, 'b'); } else if (key == get_action_key(world->keybindings, "shift forwards")) { -- 2.30.2