Skip to content

Instantly share code, notes, and snippets.

@gmmedia
Last active August 27, 2019 17:55
Show Gist options
  • Save gmmedia/894d66aeee1d2b9ee7807f1a0c6d95a1 to your computer and use it in GitHub Desktop.
Save gmmedia/894d66aeee1d2b9ee7807f1a0c6d95a1 to your computer and use it in GitHub Desktop.
Deutsche Anführungszeichen unter Windows mit AutoHotkey
; Vollständiger Artikel auf https://j0e.org/forum/thread/anfuehrungszeichen/
; Deutsche Anführungszeichen unten und oben -> auf ALT+1 und Alt+2
!1::Send „ ; Alt+1 anstatt Alt+0132
!2::Send “ ; Alt+2 anstatt Alt+0147
; Französische Anführungszeichen, Chevrons oder Guillemets -> auf ALT+3 und Alt+4
!3::Send » ; Alt+3 anstatt Alt+0187
!4::Send « ; Alt+4 anstatt Alt+0171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment