MENU "Commandes globales" { STATE "Commandes globales" GLOBAL { COMMAND "Nouvelle Macro" { SCRIPT { HeardWord "NaturallySpeaking" Wait 15 HeardWord "Commandes personnalisées" Wait 15 HeardWord "Créer" Wait 40 } } COMMAND "Montrer Bureau" { SCRIPT { ClearDesktop } } COMMAND "Nouveau Raccourci" { SCRIPT { HeardWord "NaturallySpeaking" Wait 15 HeardWord "Mots" Wait 15 HeardWord "Créer un raccourci de dictée" Wait 40 } } COMMAND "Fermer Tâche <1to30>" { SCRIPT { HeardWord "Tâche", _arg1 Wait 10 SendSystemKeys "{Alt+F4}" } } COMMAND "Tout Prendre" { SCRIPT { HeardWord "Taper", "touche-contrôle", "a" } } COMMAND " " { SCRIPT { if _arg2 = "Document" xor _arg2 = "Page" then SendSystemKeys "{Ctrl+F4}" if _arg2 = "Fenêtre" xor _arg2 = "Window" xor _arg2 = "Ça" xor _arg2 = "It" then SendSystemKeys "{Alt+F4}" if _arg2 = "Tab" then SendKeys "{Ctrl+w}" } } COMMAND "Ajouter Site" { SCRIPT { 'copier dans le presse-papiers le contenu de la barre d'adresses de Mozilla SendKeys "{Ctrl+l}{Ctrl+c}" 'éditer la macro " " et placer le curseur au bon endroit HeardWord "Editer", "Macro", "Globale" SendKeys "{Gauche 6\} } } COMMAND "Baliser Correction" { KEYS { {Ctrl+x}{Ctrl+v}{Gauche 6\} } } COMMAND "Baliser Caché" { KEYS { {Ctrl+x}{Ctrl+v} } } COMMAND "Toucher" { SCRIPT "ButtonClick 1,1" } COMMAND "Toucher 2" { SCRIPT "ButtonClick 1,2" } COMMAND "Souris " { SCRIPT { if _arg1 = "Click" then ButtonClick 1,1 if _arg1 = "Double Click" then ButtonClick 1,2 if _arg1 = "Click Gauche" then ButtonClick 1,1 if _arg1 = "Click Droite" xor _arg1 = "Click Droit" then ButtonClick 2,1 if _arg1 = "Click Milieu" then ButtonClick 4,1 if _arg1 = "Marque" then RememberPoint MouseGrid 0 end if if _arg1 = "Aller" then MouseGrid 0 if _arg1 = "Tirer" then DragToPoint 1 if _arg1 = "Maj Tirer" then ShiftKey 1,1 DragToPoint 1 ShiftKey 1,0 end if if _arg1 = "Contrôle Tirer" then ShiftKey 2,1 DragToPoint 1 ShiftKey 2,0 end if } } COMMAND "<1to76> <1to102>" { SCRIPT { IF _arg2 = "Cent" THEN _arg2 = "100" _arg2 = "" + _arg2 + "0" _arg1 = "" + _arg1 + "0" SetMousePosition 0, _arg2,_arg1 Wait 20 SetMousePosition 2, -2, 0 Wait 25 SetMousePosition 2, 2, 0 ButtonClick 1,1 } } COMMAND "Vitesse " { SCRIPT { HeardWord "Edit", "Mouse", "Macro" Wait 100 SendKeys "{Ctrl+Origine}" Wait 20 if _arg1 = "Scroll" XOR _arg1 = "Scrown" XOR _arg1 = "Scroll Down" XOR _arg1 = "Scroll Up" XOR _arg1 = "Scrup" XOR _arg1 = "Change Scroll" then SendKeys "{Bas 2}" if _arg1 = "Scroll Pages" XOR _arg1 = "Scroll Page" XOR _arg1 = "Scroll Page" XOR _arg1 = "Change Page Scroll" XOR _arg1 = "Page Scroll" XOR _arg1 = "Scrage" XOR _arg1 = "Scrage Up" XOR _arg1 = "Scrage Down" XOR _arg1 = "Change Scrage" XOR _arg1 = "Change Scroll Pages" then SendKeys "" SendKeys "{Entrée}{Alt+n}" SendKeys "{Bas 4}" if _arg1 = "Scroll" XOR _arg1 = "Scrown" XOR _arg1 = "Scroll Down" XOR _arg1 = "Scroll Up" XOR _arg1 = "Scrup" XOR _arg1 = "Change Scroll" then SendKeys "{Bas}" SendKeys "{Origine}{Droite 5}{Maj+Fin}" } } COMMAND "<; ScrageScrollPageDownUp> <1To10> <1to100>" { SCRIPT { loop& = Val(_arg2) while ( loop& ) if _arg1 = "Monter Page" XOR _arg1 = "Page Haut" then SendKeys "{PgPréc}" if _arg1 = "Descendre Page" XOR _arg1 = "Page Bas" XOR _arg1 = "Défiler Page" then SendKeys "{PgSuiv}" Wait Val(_arg3) * 100 loop& = loop& - 1 wend } } COMMAND "<;ScrollUpDownScrupScrown> <1to100> <1to100>" { SCRIPT { IF _arg2 = "Cent" THEN _arg2 = "100" loop& = Val(_arg2) while ( loop& ) IF _arg1 = "Scroll Haut" XOR _arg1 = "Défile Haut" XOR _arg1 = "Défiler Haut" THEN SendKeys "{Haut}" IF _arg1 = "Scroll Bas" XOR _arg1 = "Défiler" XOR _arg1 = "Défile" XOR _arg1 = "Défiler Bas" XOR _arg1 = "Défile Bas" THEN SendKeys "{Bas}" Wait Val(_arg3) * 10 loop& = loop& - 1 wend } } COMMAND " " { SCRIPT { if _arg2 = "Document" then SendKeys "{Alt+-}" IF _arg2 = "Page" then SendKeys "{Alt+-}" IF _arg2 = "Window" xor _arg2 = "Fenêtre" then SendKeys "{Alt+Espace}" Wait 10 if _arg1 = "Minimize" xor _arg1 = "Tiny" xor _arg1 = "Mini" xor _arg1 = "Cacher" xor _arg1 = "Minimiser" then SendKeys "n" if _arg1 = "Maximize" xor _arg1 = "Bigger" xor _arg1 = "Maximiser" xor _arg1 = "Grande" xor _arg1 = "Maxi" then SendKeys "x" if _arg1 = "Restore" xor _arg1 = "Restaurer" then SendKeys "r" } } COMMAND "Poster Billet" { SCRIPT { SendKeys "{Ctrl+a}{Ctrl+c}" HeardWord "Site", "Nouveau", "Billet" Wait 1500 SendKeys "{Ctrl+v}{Tab 2}{Entrée}" } } COMMAND " <1To20> Fois" { SCRIPT { loop& = Val(_arg2) while ( loop& ) IF _arg1 = "Toucher" THEN ButtonClick 1,1 IF _arg1 = "Entrée" THEN SendKeys "{Entrée}" IF _arg1 = "Suivant" THEN HeardWord "Suivant" IF _arg1 = "OK" THEN HeardWord "OK" IF _arg1 = "Effacer" THEN SendKeys "{Ctrl+RetArr}" loop& = loop& - 1 wend } } COMMAND " " { SCRIPT { if _arg2 = "Avant" xor _arg2 = "Gauche" then if _arg1 = "Mot" then SendKeys "{Ctrl+Maj+Gauche}" if _arg1 = "Ligne" then SendKeys "{Maj+Haut}" if _arg1 = "Page" then SendKeys "{Maj+PgPréc}" if _arg1 = "Document" then SendKeys "{Maj+Ctrl+F6}" if _arg1 = "Panneau" xor _arg1 = "Cadre" xor _arg1 = "Tab" then SendKeys "{Maj+Tab}{Bas}{Haut}" if _arg1 = "Cellule" then SendKeys "{Maj+Tab}{Bas}{Haut}" if _arg1 = "Paragraphe" then SendKeys "{Ctrl+Haut}{Origine}{Haut 2}{Fin}{Maj+Ctrl+Haut}" if _arg1 = "Phrase" then SendKeys "{Ctrl+t}" if _arg1 = "Fenêtre" then SendSystemKeys "{Alt+Maj+Echap}" end if if _arg2 = "Après" xor _arg2 = "Droite" xor _arg2 = "Droit" then if _arg1 = "Mot" then SendKeys "{Ctrl+Maj+Droite}" if _arg1 = "Ligne" then SendKeys "{Maj+Bas}" if _arg1 = "Page" then SendKeys "{Maj+PgSuiv}" if _arg1 = "Paragraphe" then SendKeys "{Ctrl+Bas}{Fin}{Bas}{Bas}{Origine}{Maj+Ctrl+Bas}" if _arg1 = "Panneau" xor _arg1 = "Cadre" xor _arg1 = "Tab" then SendKeys "{Tab}{Bas}{Haut}" if _arg1 = "Cellule" then SendKeys "{Tab}{Bas}{Haut}" if _arg1 = "Document" then SendKeys "{Ctrl+F6}" if _arg1 = "Fenêtre" then SendSystemKeys "{Alt+Echap}" end if } } COMMAND "<;ScrollUpDownScrupScrown> <1to100>" { SCRIPT { HeardWord _arg1, _arg2, "20" } } COMMAND " <1to76> <1to102>" { SCRIPT { IF _arg2 = "Cent" THEN _arg2 = "100" _arg2 = "" + _arg2 + "0" _arg3 = "" + _arg3 + "0" IF _arg1 = "Aller" XOR _arg1 = "Souris" XOR _arg1 = "Clic" XOR _arg1 = "Cliquer" XOR _arg1 = "Toucher" XOR _arg1 = "Toucher 1" XOR _arg1 = "Toucher 2" XOR _arg1 = "Double Clic" XOR _arg1 = "Clic 2" XOR _arg1 = "Cliquer Droite" XOR _arg1 = "Clic Droit" XOR _arg1 = "Toucher Droite" XOR _arg1 = "Cliquer Milieu" XOR _arg1 = "Clic Milieu" XOR _arg1 = "Toucher Milieu" XOR _arg1 = "Milieu" XOR _arg1 = "Droite" THEN absolute$ = "yes" IF _arg1 = "Fenêtre" XOR _arg1 = "Fenêtre Toucher" XOR _arg1 = "Fenêtre Toucher 1" XOR _arg1 = "Fenêtre Toucher 2" XOR _arg1 = "Fenêtre Toucher Droite" XOR _arg1 = "Fenêtre Droite" XOR _arg1 = "Fenêtre Toucher Milieu" XOR _arg1 = "Relatif" THEN relative$ = "yes" if absolute$ = "yes" then SetMousePosition 0, _arg3,_arg2 if relative$ = "yes" then SetMousePosition 1, _arg3,_arg2 Wait 20 SetMousePosition 2, -2, 0 Wait 25 SetMousePosition 2, 2, 0 IF _arg1 = "Toucher" XOR _arg1 = "Clic" XOR _arg1 = "Cliquer" XOR _arg1 = "Toucher 1" XOR _arg1 = "Fenêtre Toucher" XOR _arg1 = "Fenêtre Toucher 1" THEN Wait 10 ButtonClick 1,1 END IF IF _arg1 = "Toucher Droite" XOR _arg1 = "Clic Droit" XOR _arg1 = "Cliquer Droite" XOR _arg1 = "Droite" XOR _arg1 = "Fenêtre Toucher Droite" XOR _arg1 = "Fenêtre Droite" THEN Wait 10 ButtonClick 2, 1 END IF IF _arg1 = "Toucher 2" XOR _arg1 = "Clic 2" XOR _arg1 = "Double Clic" XOR _arg1 = "Fenêtre Toucher 2" THEN Wait 10 ButtonClick 1,2 END IF IF _arg1 = "Toucher Milieu" XOR _arg1 = "Clic Milieu" XOR _arg1 = "Cliquer Milieu" XOR _arg1 = "Milieu" XOR _arg1 = "Fenêtre Toucher Milieu" THEN Wait 10 ButtonClick 4,1 END IF } } COMMAND " <1to76> par <1to102>" { SCRIPT "HeardWord _arg1, _arg2, _arg3" } COMMAND " <1to76> par <1to102>" { SCRIPT "HeardWord _arg1, _arg2, _arg3" } COMMAND "<1to76> <1to102> " { SCRIPT "HeardWord _arg3, _arg1, _arg2" } COMMAND "<1to76> <1to102> " { SCRIPT "HeardWord _arg3, _arg1, _arg2" } COMMAND " <1to30>" { SCRIPT { action$ = "{Espace}" 'HeardWord "56", "5" SendSystemKeys "{Ctrl+Echap}" Wait 50 SendKeys "{Echap}" Wait 10 SendKeys "{Tab}" if _arg1 = "Tâche" then SendKeys "{Tab}" _arg2 = _arg2 + 1 end if if _arg1 = "Icône" then SendKeys "{Tab 2}" action$ = "{Entrée}" end if Wait 50 loop& = Val(_arg2) - 1 while ( loop& ) SendKeys "{Droite}" loop& = loop& - 1 wend Wait 4 SendKeys action$ } } COMMAND " <1to76> <1to102>" { SCRIPT { HeardWord _arg2, _arg3 if _arg1 = "Entrée" then SendKeys "{Entrée}" if _arg1 = "Sécurité" then HeardWord "Voir", "Sécurité" if _arg1 = "Copier" then ButtonClick 1,1 SendKeys "{Ctrl+Gauche}" ShiftKey 1,1 SendKeys "{Ctrl+Droite}{Gauche}" ShiftKey 1,0 SendKeys"{Ctrl+c}" end if if _arg1 = "Renommer" then HeardWord "Renommer" } } COMMAND "Trouver Copie" { SCRIPT { SendSystemKeys "{Ctrl+f}" Wait 10 SendKeys "{Ctrl+v}{Entrée}" } } COMMAND "<; ScrageScrollPageDownUp> <1To10>" { SCRIPT { HeardWord _arg1, _arg2, "40" } } COMMAND "Editer Dernière Macro" { SCRIPT "Wait 10" } COMMAND "La Suite" { KEYS { {PgSuiv\} } } COMMAND "Ouvrir " { SCRIPT { if _arg1 = "Photos" then app$ = "explorer.exe C:\Documents and Settings\Tara\My Documents\My Pictures" if app$ <> "" then AppBringUp _arg1, app$ } } COMMAND "Effacer " { SCRIPT { if _arg1 = "Gauche" then SendKeys "{RetArr}" if _arg1 = "Droite" then SendKeys "{Suppr}" } } COMMAND "Connecter Internet" { SCRIPT { HeardWord "Bouton", "2" Wait 1000 SendKeys "{Entrée}" Wait 3000 HeardWord "Bouton", "3" Wait 3000 HeardWord "Bouton", "4" Wait 3000 HeardWord "Site", "statistiques" } } COMMAND " Macro " { SCRIPT { HeardWord "NaturallySpeaking" HeardWord "Commandes personnalisées" if _arg1 = "Nouvelle" then HeardWord "Créer" if _arg1 = "Editer" xor _arg1 = "Modifier" then HeardWord "Modifier" Wait 10 if _arg2 = "Orange" then globale$ = "yes" keys$ = "ORANGE" end if if _arg2 = "Globale" then globale$ = "yes" keys$ = "frGLOBAL" end if if _arg2 = "Macros" then globale$ = "yes" keys$ = "frGLOBAL" macro$ = " "" then SendKeys macro$ + "{Entrée 2}{Tab}{Fin}" if globale$ = "no" then SendKeys "{Entrée}" } } COMMAND "<;ScrollUpDownScrupScrown> <1to100> " { SCRIPT { HeardWord _arg1, _arg2, "1" if _arg3 = "Entrée" then SendKeys "{Entrée}" if _arg3 = "Sécurité" then HeardWord "Voir", "Sécurité" if _arg3 = "Renommer" then HeardWord "Renommer" if _arg3 = "Copier" then SendKeys "{Ctrl+c}" if _arg3 = "Développer" then HeardWord "Développer" } } COMMAND "Insérer " { SCRIPT { if _arg1="Foreach" then keys$="foreach(${Ctrl+v} as $key => $variable){Entrée}{{}{Entrée}{Tab}{Entrée 2}{RetArr}}{Haut 4}{Droite 8}" if _arg1="Requête" then keys$="${Ctrl+v}_query="""";{Entrée}${Ctrl+v}_result=mysql_query(${Ctrl+v}_query) or die(""Sorry, there was a problem with {Ctrl+v}_query ${Ctrl+v}_query."");{Entrée}{Haut 2}" if _arg1="Select" then keys$="${Ctrl+v}_query=""select from where"";{Entrée}${Ctrl+v}_result=mysql_query(${Ctrl+v}_query) or die(""Sorry, there was a problem with {Ctrl+v}_query ${Ctrl+v}_query."");{Entrée}while(${Ctrl+v}_row=mysql_fetch_array(${Ctrl+v}_result)){Entrée}{{}{Entrée}{Tab}query_to_variables(${Ctrl+v}_row, );{Entrée 2}}" SendKeys keys$ } } COMMAND " " { SCRIPT { 'sélectionner le site désiré if _arg2 = "Tara" then site$ = "http://climbtothestars.org/" if _arg2 = "Définition weblog" then site$ = "http://spirolattic.net/CestQuoiUnWeblog" if _arg2 = "Morgat" then site$ = "http://morgat.blogspot.com/" if _arg2 = "Docteur" then site$ = "http://blog.nonzone.com/" if _arg2 = "Emmanuelle" then site$ = "http://www.emmanuelle.net/" if _arg2 = "Manur" then site$ = "http://manur.org/" if _arg2 = "Europlex" then site$ = "http://www.europlex.ch/web/main.jsp" if _arg2 = "Artémis" then site$ = "http://vdlaart2/servlet/artemispm.webtv.WebTVServlet" if _arg2 = "PMA" then site$ = "http://vdbufus1/ccservices/pma23/" if _arg2 = "SST" then site$ = "http://vdbufus1/service_support/admin/" if _arg2 = "documentation Macros" then site$ = "http://www.scriven.com/RSI/RSIdata/KimsMacros/Doc/Contents.html" if _arg2 = "liste TMS" then site$ = "http://fr.groups.yahoo.com/group/tms-rsi/" if _arg2 = "page TMS" then site$ = "http://climbtothestars.org/tms/" if _arg2 = "Pélican" then site$ = "http://pelican.blogspot.com/" if _arg2 = "traducteur Dragon" then site$ = "http://climbtothestars.org/dragon/fr/traducteur/" if _arg2 = "Davezilla" then site$ = "http://davezilla.com/" if _arg2 = "Pompage prépa" then site$ = "http://pompage.net/prepa/" if _arg2 = "Mouche" then site$ = "http://mouche.blogspot.com/" if _arg2 = "Sam" then site$ = "http://www.latchman.org/sam/" if _arg2 = "Baud" then site$ = "http://www.somebaudy.com/" if _arg2 = "plongez dans l'accessibilité" then site$ = "http://www.la-grange.net/accessibilite/" if _arg2 = "FAQ standards" then site$ = "http://webstandards.org/learn/faq/faq_fr.html" if _arg2 = "Pompage" then site$ = "http://pompage.net/" if _arg2 = "liste pompage" then site$ = "http://fr.groups.yahoo.com/group/pompeurs/" if _arg2 = "page TMS" then site$ = "http://climbtothestars.org/tms/" if _arg2 = "Heather" then site$ = "http://harrumph.com/" if _arg2 = "miroir" then site$ = "http://mirrorproject.com/" if _arg2 = "photos Mark" then site$ = "http://www.mark.ac/photo/" if _arg2 = "Mark" then site$ = "http://www.mark.ac/journal/" if _arg2 = "Noah Grey" then site$ = "http://noahgrey.com/" if _arg2 = "Nouveau Billet" then site$ = "http://www.blogger.com/blog_form.pyra?blogID=466097" if _arg2 = "Zeldman" then site$ = "http://zeldman.com/" if _arg2 = "Tristan" then site$ = "http://www.nitot.com/standards/blog/" if _arg2 = "Monsieur Peer" then site$ = "http://mr.peer.tribalix.com/blog/" if _arg2 = "dekal" then site$ = "http://menestrel.org/trying/" if _arg2 = "Karl" then site$ = "http://www.la-grange.net/" if _arg2 = "Romain" then site$ = "http://orebokech.com/" if _arg2 = "Steph" then site$ = "http://unadorned.org/dandruff/" if _arg2 = "Joshua" then site$ = "http://www.thisisjoshua.fr.st/" if _arg2 = "Sébastien" then site$ = "http://nombrilism.free.fr/" if _arg2 = "Dolores" then site$ = "http://radio.weblogs.com/0105068/" if _arg2 = "statistiques" then site$ = "http://sitemeter.com/default.asp?action=statistics&site=&report=11" 'taper l'adresse du site si c'est juste ce que l'on veut if _arg1 = "Taper Site" then SendKeys site$ 'Ouvrir le site dans le navigateur par défaut si c'est ce qu'on veut if _arg1 = "Aller Site" xor _arg1 = "Site" then ShellExecute site$ 'Ouvrir dans Mozilla if _arg1 = "Mozilla" then moz$ = "mozilla.exe " + site$ ShellExecute moz$ end if 'Ouvrir dans Explorer if _arg1 = "Explorer" then ie$ = "iexplore.exe " + site$ ShellExecute ie$ end if } } LIST "DirectGridCommand" { "Clic" "Cliquer" "Clic 2" "Cliquer Droite" "Cliquer Milieu" "Clic Droit" "Clic Milieu" "Double Clic" "Toucher" "Toucher Droite" "Toucher 1" "Toucher 2" "Toucher Milieu" "Aller" "Souris" "Fenêtre" "Fenêtre Toucher" "Fenêtre Toucher 1" "Fenêtre Toucher 2" "Fenêtre Toucher Droite" "Fenêtre Toucher Milieu" "Relatif" "Fenêtre Droite" } LIST "; ScrageScrollPageDownUp" { "Descendre Page" "Monter Page" "Page Haut" "Page Bas" "Défiler Page" } LIST ";ScrollUpDownScrupScrown" { "Défiler" "Défile" "Scroll Haut" "Scroll Bas" "Défile Haut" "Défile Bas" "Défiler Haut" "Défiler Bas" } LIST "ScrollScrollPagePagesScrageScrupScrown" { "Scroll" "Scroll Up" "Scroll Down" "Scrup" "Scrown" "Scroll Page" "Scroll Page Up" "Scroll Page Down" "Scroll Pages" "Scroll Pages Up" "Scroll Pages Down" "Scrage" "Scrage Up" "Scrage down" "Change Scroll" "Change Scroll Up" "Change Scroll Down" "Change Scrup" "Change Scrown" "Change Scroll Page" "Change Scroll Page Up" "Change Scroll Page Down" "Change Scroll Pages" "Change Scroll Pages Up" "Change Scroll Pages Down" "Page Scroll" "Change Page Scroll" } LIST "1To10" { "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" } LIST "1to100" { "Cent" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" "46" "47" "48" "49" "50" "51" "52" "53" "54" "55" "56" "57" "58" "59" "60" "61" "62" "63" "64" "65" "66" "67" "68" "69" "70" "71" "72" "73" "74" "75" "76" "77" "78" "79" "80" "81" "82" "83" "84" "85" "86" "87" "88" "89" "90" "91" "92" "93" "94" "95" "96" "97" "98" "99" "100" } LIST "1to102" { "Cent" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" "46" "47" "48" "49" "50" "51" "52" "53" "54" "55" "56" "57" "58" "59" "60" "61" "62" "63" "64" "65" "66" "67" "68" "69" "70" "71" "72" "73" "74" "75" "76" "77" "78" "79" "80" "81" "82" "83" "84" "85" "86" "87" "88" "89" "90" "91" "92" "93" "94" "95" "96" "97" "98" "99" "100" "101" "102" } LIST "1to76" { "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" "46" "47" "48" "49" "50" "51" "52" "53" "54" "55" "56" "57" "58" "59" "60" "61" "62" "63" "64" "65" "66" "67" "68" "69" "70" "71" "72" "73" "74" "75" "76" } LIST "EntréeToucherEffacer" { "Suivant" "Entrée" "Toucher" "Effacer" "OK" } LIST "TypesDeMacro" { "Kit" "Photos" "Macros" "Control" "Dragon" "Explorer" "Orange" "Outlook" "Globale" } LIST "ActionSouris" { "Click" "Double Click" "Click Gauche" "Click Droite" "Click Droit" "Click Milieu" "Aller" "Marque" "Tirer" "Maj Tirer" "Contrôle Tirer" } LIST "TaillesDeFenêtre" { "Maximize" "Bigger" "Minimize" "Tiny" "Restore" "Maximiser" "Maxi" "Mini" "Minimiser" "Cacher" "Grande" "Restaurer" } LIST "Destination" { "Définition weblog" "Docteur" "Emmanuelle" "Manur" "Europlex" "Artémis" "PMA" "SST" "documentation Macros" "liste TMS" "page TMS" "Pélican" "traducteur Dragon" "Davezilla" "Pompage prépa" "Mouche" "Sam" "Baud" "plongez dans l'accessibilité" "FAQ standards" "Pompage" "liste pompage" "Heather" "miroir" "photos Mark" "Mark" "Noah Grey" "Nouveau Billet" "Zeldman" "Tristan" "Monsieur Peer" "Dolores" "Sébastien" "statistiques" "Tara" "dekal" "Karl" "Steph" "Romain" "Joshua" "Morgat" } LIST "1to30" { "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" } LIST "NouvelleEditer" { "Nouvelle" "Editer" "Modifier" } LIST "FenêtreDocument" { "Document" "Fenêtre" "Window" "Page" "It" "Ça" "Tab" } LIST "FermerClose" { "Fermer" "Close" } LIST "AllerTaperSite" { "Aller Site" "Taper Site" "Site" "Rédiger" "Mozilla" "Explorer" } LIST "1To20" { "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20" } LIST "TâcheBoutonIcône" { "Tâche" "Bouton" "Icône" } LIST "AvantAprèsGaucheDroite" { "Avant" "Après" "Gauche" "Droite" } LIST "NextLastList" { "Mot" "Phrase" "Paragraphe" "Panneau" "Cadre" "Tab" "Document" "Fenêtre" "Ligne" "Cellule" } LIST "Action" { "Développer" "Entrée" "Sécurité" "Copier" "Renommer" } LIST "FichierProgramme" { "Photos" } LIST "GaucheDroite" { "Gauche" "Droite" } LIST "CodingList" { "Foreach" "Requête" "Select" } } }