From 8028759d66b964bd172918357abdf9f4ce788880 Mon Sep 17 00:00:00 2001 From: pascal Date: Fri, 5 Sep 2008 10:28:40 +0000 Subject: Bilder der toten Zeichen darstellbar, Vektorpfeil ermöglicht MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@847 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/Compose.neo | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'Compose') diff --git a/Compose/Compose.neo b/Compose/Compose.neo index fef1592..c26b992 100644 --- a/Compose/Compose.neo +++ b/Compose/Compose.neo @@ -1,4 +1,4 @@ -# Definitions by Neo keyboard layout +# Definitions by Neo keyboard layout # letters # capital greek letters @@ -275,6 +275,13 @@ : "∓" U2213 # MINUS-OR-PLUS SIGN : "∓" U2213 # MINUS-OR-PLUS SIGN +# Vector + : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE + : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE + : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE + : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE + : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE + # superscripts and subscripts : "⁻" U207B # SUPERSCRIPT MINUS : "⁻" U207B # SUPERSCRIPT MINUS @@ -407,6 +414,23 @@ : "⚥" U26A5 # MALE AND FEMALE SIGN +# diacritical marks + : "ˆ" U02C6 # MODIFIER LETTER CIRCUMFLEX ACCENT + : "ˇ" U02C7 # CARON + : "˘" U02D8 # BREVE + : "´" U00B4 # ACUTE ACCENT + : "`" U0060 # GRAVE ACCENT + : "¸" U00B8 # CEDILLA + : "˛" U02DB # OGONEK + : "˙" U02D9 # DOT ABOVE + : "˚" U02DA # RING ABOVE + : "˜" U02DC # SMALL TILDE + : "¯" U00AF # MACRON + : "¨" U00A8 # DIAERESIS + : "/" U002F # SOLIDUS + : "˝" U02DD # DOUBLE ACUTE ACCENT + : " ̦" U0326 # SPACE with COMBINING COMMA BELOW + # combining characters : "̂" U0302 # COMBINING CIRCUMFLEX ACCENT : "̌" U030c # COMBINING CARON -- cgit v1.2.3