home · contact · privacy
For consistency mirror the replacement of "n" with "f" in cycle_active_win with a...
authorChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 02:33:55 +0000 (04:33 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 02:33:55 +0000 (04:33 +0200)
src/misc.c

index 238da3eca884c084d72eebc4ad4c8a4cb9c81b9f..8a782732a1621adbbd56f253b29b3a370a475cd8 100644 (file)
@@ -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"))
     {