Aller au contenu

« Scripts de raccourcis clavier (AutoHotKey) » : différence entre les versions

Ajout des caractères manquants + smileys
m (annotations & explications)
(Ajout des caractères manquants + smileys)
Ligne 84 : Ligne 84 :
   Send "jean-pierre.coffe`@ytp.com"
   Send "jean-pierre.coffe`@ytp.com"
  }
  }
=== Compléments ===
=== Alternative ===
  /*
  /*
   Raccourcis utiles
   Raccourcis utiles
Ligne 99 : Ligne 99 :
  Send Time
  Send Time
  }
  }
== Compléments ==
/*
  Caractères manquants sous Windows par défaut
  Auteur : Fran, 2024-01-02T171713
*/
Capslock & c::Send '{ASC 00199}' ; Ç Alt+0199
Capslock & e::Send '{ASC 00201}' ; É Alt+0201
RAlt & o::Send '{ASC 00156}' ; œ Alt+0156
RAlt & d::Send '{ASC 00216}' ; Ø Alt+0216
RAlt & .::Send '{ASC 00133}' ; … Alt+0133
RAlt & NumpadAdd::Send '{ASC 00177}' ; ± Alt+0177
RAlt & NumpadSub::Send '{ASC 00150}' ; – Alt+0150
RAlt & ^::Send '{U+2260}' ; ≠ U+2260
/*
  Smileys
  Auteur : Fran, 2024-01-02T171726
*/
RAlt & Numpad0::Send '{U+1F44B}' ; wave U+1F44B
RAlt & Numpad1::Send '{U+263A}' ; smile U+263A
RAlt & Numpad2::Send '{U+1F60A}' ; blush U+1F60A
RAlt & Numpad3::Send '{U+1F923}' ; rofl U+1F923
RAlt & Numpad4::Send '{U+1F602}' ; laugh U+1F602
RAlt & Numpad5::Send '{U+1F914}' ; thinking U+1F914
RAlt & Numpad6::Send '{U+1F937}' ; shrug U+1F937
RAlt & Numpad7::Send '{U+1F60F}' ; smirk U+1F60F
RAlt & Numpad8::Send '{U+1F61F}' ; worried U+1F61F
RAlt & Numpad9::Send '{U+1F620}' ; angry U+1F620