AutoHotkey Community

It is currently May 27th, 2012, 12:49 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: July 6th, 2011, 12:22 pm 
Offline

Joined: March 27th, 2008, 7:46 pm
Posts: 129
Location: France
Hello, you know Vic? Script of Normand
http://www.autohotkey.com/forum/viewtop ... sc&start=0

here a little plugin for dictionnaire FR.
Perhaps you have url for english or other language?
You cant post that here..


Plugin Dictionnaire Français. (définissions des mots ET expressions)
Mon choix pour les définissions, un très bon site pour le Dictionnaire Français: http://www.cnrtl.fr/
    Notez que:
      - Ce site n'as pas besoin de conversion des espaces et des accents.
      - Ce site prends aussi certaines expressions.
        exemple sélectionner directement tout le texte:
        à la bonne franquette
        url demandée serat directement:
        http: //www.cnrtl.fr/definition/à la bonne franquette
        pas besoin de la conversion comme:
        http://www.cnrtl.fr/definition/%C3%A0%2 ... franquette (bien que cette url soit aussi valide)
        Note que le bbcode ne démontre aucunement ce que je viens d'ecrire!



Code:
; plugins/Dictionnaire_FR.ahk
; Hotkey, ^+D , Dictionnaire_FR  ; plugins/Dictionnaire_FR.ahk ;
;-------------------------------------------------
SetTitleMatchMode, 2
WinActivate, - Vic
;-------------------------------------------------
; Plugin Dictionnaire Français.
; Un Site Pour Le Dictionnaire Français: http://www.cnrtl.fr/ 
; Notez que:
;    - Ce site n'as pas besoin de conversion des espaces et des accents.
;    - Ce site prends aussi certaines expressions.
;       exemple sélectionner le texte:
;       à la bonne franquette
;       url demandée:   
;       http://www.cnrtl.fr/definition/à la bonne franquette
;       la conversion comme:
;       http://www.cnrtl.fr/definition/%C3%A0%20la%20bonne%20franquette
;     n'est pas nécéssaire.
;-------------------------------------------------

   Dictionnaire_FR:
   
   Sleep,100
   Send ^C
   
   run , http://www.cnrtl.fr/definition/%clipboard%

Return


; if you have a good url for english/other language, you can post here please.



ma personnelle HotKey comme proposition ^+D

_________________
with ahk, all is different!...<img>


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, bowen666, Yahoo [Bot] and 18 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group