Créer des raccourcis texte

Isotrope Messages postés 117 Statut Membre -  
Isotrope Messages postés 117 Statut Membre -
Salut les mecs!

Existe-t-il un logiciel qui permet de créer des raccourcis texte... exemple:

CTRL+B = Bonjour
'
Ces raccourcis pouvant être ensuite utilisés dans tous les autres logiciels...

Merci!

1 réponse

  1. Utilisateur anonyme
     
    slt tu as ce prog:
    http://autohotkey.free.fr/docs/Tutorial.htm
    mais il est un peu périmer....

    exemple de prog realiser avec:
    MsgBox Lionhell racoucis activation: win+h=help

    #h::
    MsgBox win+a=Adlstv
    MsgBox win+b=ccleaner
    MsgBox win+c=CPUZ
    MsgBox win+d=Spyboot
    MsgBox win+e=Easy php
    MsgBox win+g=GPUZ
    MsgBox win+h=help
    MsgBox win+i=Internet explorer
    MsgBox win+j=Défragmenter
    MsgBox win+k=
    MsgBox win+l=Deamon tools
    MsgBox win+m=Hwmonitor
    MsgBox win+n=Notepad++
    MsgBox win+o=
    MsgBox win+p=Programe file
    MsgBox win+q=
    MsgBox win+r=run cmd.exe
    MsgBox win+s=Skype
    MsgBox win+t=
    MsgBox win+u=
    MsgBox win+v=Controle du volume
    MsgBox win+w=
    MsgBox win+x=
    MsgBox win+y=%windir%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
    MsgBox win+z=Lancer module hotkey easyphp
    MsgBox win+1=Module hotkey de easy php
    MsgBox win+2=Module hotkey
    MsgBox win+3=Module hotkey
    MsgBox win+4=Module hotkey
    MsgBox win+5=
    MsgBox win+6=
    MsgBox win+7=
    MsgBox win+8=
    MsgBox win+9=
    return
    ----------------------------------------------------------------------------------------------------
    #h:: = donc si win+h= afficher tout ses message..... et apres tu fait bien plus avec... bn route+++
    0
    1. Utilisateur anonyme
       
      tu peut le downloader ici:
      https://www.autohotkey.com/download/
      quant je dit périmer c'est a dire que la derniere mise a jour:
      1.0.48.05 - September 25, 2009
      ----------------------------------------------
      0
    2. Isotrope Messages postés 117 Statut Membre 1
       
      Je vais l'essayer! Merci!
      0