Some fixes in hotkeys table
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@614 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
		
							parent
							
								
									47c8397cbf
								
							
						
					
					
						commit
						e15b3194e0
					
				@ -637,7 +637,6 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = {
 | 
			
		||||
  "Rotate the user-defined brush by 90°",
 | 
			
		||||
  "(counter-clockwise).",
 | 
			
		||||
  "",
 | 
			
		||||
  "",
 | 
			
		||||
  true,
 | 
			
		||||
  SDLK_z, // Z (W en AZERTY)
 | 
			
		||||
  0},
 | 
			
		||||
@ -868,8 +867,8 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = {
 | 
			
		||||
  {101,
 | 
			
		||||
  "Settings",
 | 
			
		||||
  "Opens a menu which permits you to",
 | 
			
		||||
  "modify some parameters of the program.",
 | 
			
		||||
  "",
 | 
			
		||||
  "modify some parameters of the",
 | 
			
		||||
  "program.",
 | 
			
		||||
  true,
 | 
			
		||||
  SDLK_F10|MOD_SHIFT, // Shift + F10
 | 
			
		||||
  0},
 | 
			
		||||
@ -885,6 +884,7 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = {
 | 
			
		||||
  "Redo",
 | 
			
		||||
  "Redo the last undone action.",
 | 
			
		||||
  "",
 | 
			
		||||
  "",
 | 
			
		||||
  true,
 | 
			
		||||
  SDLK_u|MOD_SHIFT, // Shift + U
 | 
			
		||||
  0},
 | 
			
		||||
@ -1234,4 +1234,4 @@ word Ordonnancement[NB_TOUCHES]=
 | 
			
		||||
  SPECIAL_PREVIOUS_USER_BACKCOLOR,  // Previous user-defined background color
 | 
			
		||||
  SPECIAL_RETRECIR_PINCEAU,         // Rétrécir le pinceau
 | 
			
		||||
  SPECIAL_GROSSIR_PINCEAU           // Grossir le pinceau
 | 
			
		||||
};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user