From: Christian Heller Date: Mon, 26 Aug 2013 02:33:55 +0000 (+0200) Subject: For consistency mirror the replacement of "n" with "f" in cycle_active_win with a... X-Git-Tag: tce~1035 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=40c680b389bd2c3f1376aeda3f5abb049a0022ef;p=plomrogue For consistency mirror the replacement of "n" with "f" in cycle_active_win with a replacement of "p" with "b". --- 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")) {