# HG changeset patch # User Wuzzy # Date 1593907388 -7200 # Node ID 783959a6810b8f1a629b30353724dad6893a1ecd # Parent 9455b9e56aee9f47a0c3d9de01c3855a2dd7f0b0 Chat: Use Ctrl-A for 'select all' again (instead of Ctrl-B) diff -r 9455b9e56aee -r 783959a6810b hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sun Jul 05 01:58:48 2020 +0200 +++ b/hedgewars/uChat.pas Sun Jul 05 02:03:08 2020 +0200 @@ -1157,7 +1157,7 @@ // ignore me!!! end; // TODO: figure out how to determine those keys better - SDL_SCANCODE_b: + SDL_SCANCODE_a: begin // select all if ctrlonly then