X-Git-Url: https://plomlompom.com/repos/todo?a=blobdiff_plain;f=src%2Fclient%2Fcontrol.c;h=5595cccd45a1cb8aa7b7d18baa384bd46edfd74c;hb=b566b9e2b3689238911283d2bbaffa21c21b1f14;hp=3d9c4903df8e82d0451cfdc86436b5b143e5cc6e;hpb=1cb57a35a3b3cc4ec8870531ca254a655c0bdda2;p=plomrogue diff --git a/src/client/control.c b/src/client/control.c index 3d9c490..5595ccc 100644 --- a/src/client/control.c +++ b/src/client/control.c @@ -1,4 +1,9 @@ -/* src/client/control.c */ +/* src/client/control.c + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. + */ #include "control.h" #include /* uint8_t, uint16_t, uint32_t, UINT32_MAX */ @@ -128,7 +133,7 @@ static uint8_t try_client_commands(struct Command * command) || try_1args(command, "cyc_win_b", cycle_active_win, 'b') || try_1args(command, "scrl_r", scroll_v_screen, '+') || try_1args(command, "scrl_l", scroll_v_screen, '-') - || try_1args(command, "to_a_keywin", toggle_window, 'k') + || try_1args(command, "to_a_keywin", toggle_window, 'a') || try_1args(command, "to_g_keywin", toggle_window, '0') || try_1args(command, "to_wg_keywin", toggle_window, '1') || try_1args(command, "to_wk_keywin", toggle_window, '2')