Index: /windows/autohotkey/Source/Keys-Neo.ahk
===================================================================
--- /windows/autohotkey/Source/Keys-Neo.ahk	(revision 872)
+++ /windows/autohotkey/Source/Keys-Neo.ahk	(revision 886)
@@ -775,4 +775,6 @@
   if (Ebene = 1)
     OutputChar(",", "comma")
+  else if (Ebene = 2)
+    SendUnicodeChar(0x22EE, "U22EE") ; vertikale Ellipse
   else if (Ebene = 3)
     OutputChar(Chr(34), "quotedbl")
@@ -791,4 +793,6 @@
   if (Ebene = 1)
     OutputChar(".", "period")
+  else if (Ebene = 2)
+    SendUnicodeChar("0x2026", "U2026") ; Ellipse
   else if (Ebene = 3)
     OutputChar("'", "apostrophe")
Index: /windows/autohotkey/neo20.ahk
===================================================================
--- /windows/autohotkey/neo20.ahk	(revision 873)
+++ /windows/autohotkey/neo20.ahk	(revision 886)
@@ -1522,4 +1522,6 @@
   if (Ebene = 1)
     OutputChar(",", "comma")
+  else if (Ebene = 2)
+    SendUnicodeChar(0x22EE, "U22EE") ; vertikale Ellipse
   else if (Ebene = 3)
     OutputChar(Chr(34), "quotedbl")
@@ -1538,4 +1540,6 @@
   if (Ebene = 1)
     OutputChar(".", "period")
+  else if (Ebene = 2)
+    SendUnicodeChar("0x2026", "U2026") ; Ellipse
   else if (Ebene = 3)
     OutputChar("'", "apostrophe")
Index: /windows/autohotkey/Changelog-and-Todo.txt
===================================================================
--- /windows/autohotkey/Changelog-and-Todo.txt	(revision 873)
+++ /windows/autohotkey/Changelog-and-Todo.txt	(revision 886)
@@ -24,4 +24,6 @@
 === Änderungshistorie ===
 
+Revision 886 (von Stefan Mayer)
+‐ Ellipse (horizontal und vertikal) wiederhergestellt.
 Revision 873 (von Martin Roppelt)
 ‐ Tabulatoren entfernt.
