écrire du texte en italique

Poser vos questions de programmation en AutoHotkey
Laurent81
Posts: 3
Joined: 09 Nov 2017, 06:32

écrire du texte en italique

09 Nov 2017, 06:41

Bonjour,
J'aimerais savoir de quelle façon je peux écrire une phrase qui soit en italique avec un raccourci clavier ?
je sais écrire ma phrase (::ph::ceci est ma phrase) par exemple, mais pas comment mettre un mot (ou toute la phrase) en italique
:?:
Merci de votre réponse
Laurent
Johana
Posts: 189
Joined: 02 May 2017, 02:34

Re: écrire du texte en italique

09 Nov 2017, 07:33

Laurent81 wrote:Bonjour,
J'aimerais savoir de quelle façon je peux écrire une phrase qui soit en italique avec un raccourci clavier ?
je sais écrire ma phrase (::ph::ceci est ma phrase) par exemple, mais pas comment mettre un mot (ou toute la phrase) en italique
:?:
Merci de votre réponse
Laurent
Hello, try Writing in English, most people knows English, few knows french, specially in a English support forum..

It depends where you want to write italic. Word?

My Word is the shortkey CTRL + I for italic. So for Writing italic i can have:

Code: Select all

::ph::^iceci est ma phrase^i
The hat sign: ^ is "CTRL". So you're telling ti to press CTRL + i, write, then stop it with a new CTRL + i.

Read more here:

https://autohotkey.com/docs/Hotkeys.htm
Laurent81
Posts: 3
Joined: 09 Nov 2017, 06:32

Re: écrire du texte en italique

10 Jun 2018, 03:30

Hi Johana
My question was in French because I was in the French area of this site.
I was wondering how to create a script that will write some text in Itallic, not how to write in Itallic in word or writer.
Actually I found the code to add to my script, which is "^i" at beginning and end of the sentence.
Thanks anyway
Laurent

Return to “J'ai besoin d'aide”

Who is online

Users browsing this forum: No registered users and 22 guests