hedgewars/uChat.pas
branchui-scaling
changeset 15672 b3c9f5463cee
parent 15664 0b99e220568a
child 15673 74ede02bc882
equal deleted inserted replaced
15671:f28ca5a87682 15672:b3c9f5463cee
  1153         SDL_SCANCODE_PAGEUP, SDL_SCANCODE_PAGEDOWN:
  1153         SDL_SCANCODE_PAGEUP, SDL_SCANCODE_PAGEDOWN:
  1154             begin
  1154             begin
  1155             // ignore me!!!
  1155             // ignore me!!!
  1156             end;
  1156             end;
  1157         // TODO: figure out how to determine those keys better
  1157         // TODO: figure out how to determine those keys better
  1158         SDL_SCANCODE_b:
  1158         SDL_SCANCODE_a:
  1159             begin
  1159             begin
  1160             // select all
  1160             // select all
  1161             if ctrlonly then
  1161             if ctrlonly then
  1162                 begin
  1162                 begin
  1163                 ResetSelection();
  1163                 ResetSelection();