Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
knowledge_base:software_setup:autohotkey [2021/05/11 20:47] – mehr Zeichen für Statistik hinzugefügt kristin.teichert | knowledge_base:software_setup:autohotkey [2021/09/24 19:10] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 37: | Zeile 37: | ||
===== Skripts ===== | ===== Skripts ===== | ||
- | ==== Writing special characters | + | ==== VL Statistik Krissi |
Partly taken from https:// | Partly taken from https:// | ||
Zeile 52: | Zeile 52: | ||
^!+d::Send {U+0394} ; Großes Delta | ^!+d::Send {U+0394} ; Großes Delta | ||
^!d::Send {U+03B4} ; Kleines Delta | ^!d::Send {U+03B4} ; Kleines Delta | ||
- | ^!e::Send {U+03B5} ; Kleines Epsilon | + | !e::Send {U+03B5} ; Kleines Epsilon |
^!b::Send {U+03B2} ; Kleines Beta | ^!b::Send {U+03B2} ; Kleines Beta | ||
^!p::Send {U+03C0} ; Kleines Pi | ^!p::Send {U+03C0} ; Kleines Pi | ||
Zeile 68: | Zeile 68: | ||
| AltGr + Shift + D | Großes Delta: '' | | AltGr + Shift + D | Großes Delta: '' | ||
| AltGr + D | Kleines Delta: '' | | AltGr + D | Kleines Delta: '' | ||
+ | | Alt + E | Kleines Epsilon: '' | ||
+ | | AltGr + B | Kleines Beta: '' | ||
+ | | AltGr + P | Kleines Pi: '' | ||
+ | | AltGr + H | Kleines Eta: '' | ||
+ | | AltGr + , | groesser gleich: '' | ||
+ | | AltGr + . | kleiner gleich: '' | ||
+ | | Alt + 0 | ungleich: '' | ||
+ | | AltGr + - | fast gleich: '' | ||
- | Find it on Github: [[https:// | + | Find it on Github: [[https:// |
+ | |||
+ | ===== Additional Information ===== | ||
+ | |||
+ | ==== Direct Key Reference ==== | ||
+ | |||
+ | You can also use direct key references instead of the Displayed Character, but I havent quite figured it out yet. | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// |