hedgewars/uIO.pas
changeset 1639 89b536a3cf3c
parent 1560 e140bc57ff68
child 1821 6b6cf3389f92
equal deleted inserted replaced
1638:5e2189989fe8 1639:89b536a3cf3c
   229 		'r': ParseCommand('-right', true);
   229 		'r': ParseCommand('-right', true);
   230 		'U': ParseCommand('+up', true);
   230 		'U': ParseCommand('+up', true);
   231 		'u': ParseCommand('-up', true);
   231 		'u': ParseCommand('-up', true);
   232 		'D': ParseCommand('+down', true);
   232 		'D': ParseCommand('+down', true);
   233 		'd': ParseCommand('-down', true);
   233 		'd': ParseCommand('-down', true);
       
   234 		'Z': ParseCommand('+precise', true);
       
   235 		'z': ParseCommand('-precise', true);
   234 		'A': ParseCommand('+attack', true);
   236 		'A': ParseCommand('+attack', true);
   235 		'a': ParseCommand('-attack', true);
   237 		'a': ParseCommand('-attack', true);
   236 		'S': ParseCommand('switch', true);
   238 		'S': ParseCommand('switch', true);
   237 		'j': ParseCommand('ljump', true);
   239 		'j': ParseCommand('ljump', true);
   238 		'J': ParseCommand('hjump', true);
   240 		'J': ParseCommand('hjump', true);