More stuff for double shortcuts

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@603 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-02-05 23:14:09 +00:00
parent 13aa8e0988
commit 708e2adbf8
2 changed files with 1 additions and 1 deletions

BIN
gfx2.cfg

Binary file not shown.

View File

@ -535,7 +535,7 @@ void Gestion_principale(void)
// Gestion des touches // Gestion des touches
if (Touche) if (Touche)
{ {
for (Indice_Touche=0;(Indice_Touche<NB_TOUCHES_SPECIALES) && (Touche!=Config_Touche[Indice_Touche][0]) && (Touche!=Config_Touche[Indice_Touche][1]);Indice_Touche++); for (Indice_Touche=0;(Indice_Touche<NB_TOUCHES_SPECIALES) && !Est_Raccourci(Touche,Indice_bouton);Indice_Touche++);
// Gestion des touches spéciales: // Gestion des touches spéciales:
if (Indice_Touche>SPECIAL_CLICK_RIGHT) if (Indice_Touche>SPECIAL_CLICK_RIGHT)