diff options
Diffstat (limited to 'Compose/Compose.neo')
-rw-r--r-- | Compose/Compose.neo | 26 |
1 files changed, 25 insertions, 1 deletions
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 @@ <Multi_key> <KP_Subtract> <KP_Add> : "∓" U2213 # MINUS-OR-PLUS SIGN <Multi_key> <minus> <plus> : "∓" U2213 # MINUS-OR-PLUS SIGN +# Vector +<dead_circumflex> <rightarrow> : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE +<Multi_key> <rightarrow> <rightarrow> : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE +<dead_circumflex> <greater> : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE +<Multi_key> <asciicircum> <greater> : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE +<Multi_key> <asciicircum> <rightarrow> : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE + # superscripts and subscripts <dead_circumflex> <minus> : "⁻" U207B # SUPERSCRIPT MINUS <Multi_key> <asciicircum> <minus> : "⁻" U207B # SUPERSCRIPT MINUS @@ -407,6 +414,23 @@ <Multi_key> <malesymbol> <femalesymbol> : "⚥" U26A5 # MALE AND FEMALE SIGN +# diacritical marks +<dead_circumflex> <nobreakspace> : "ˆ" U02C6 # MODIFIER LETTER CIRCUMFLEX ACCENT +<dead_caron> <nobreakspace> : "ˇ" U02C7 # CARON +<dead_breve> <nobreakspace> : "˘" U02D8 # BREVE +<dead_acute> <nobreakspace> : "´" U00B4 # ACUTE ACCENT +<dead_grave> <nobreakspace> : "`" U0060 # GRAVE ACCENT +<dead_cedilla> <nobreakspace> : "¸" U00B8 # CEDILLA +<dead_ogonek> <nobreakspace> : "˛" U02DB # OGONEK +<dead_abovedot> <nobreakspace> : "˙" U02D9 # DOT ABOVE +<dead_abovering> <nobreakspace> : "˚" U02DA # RING ABOVE +<dead_tilde> <nobreakspace> : "˜" U02DC # SMALL TILDE +<dead_macron> <nobreakspace> : "¯" U00AF # MACRON +<dead_diaeresis> <nobreakspace> : "¨" U00A8 # DIAERESIS +<dead_stroke> <nobreakspace> : "/" U002F # SOLIDUS +<dead_doubleacute> <nobreakspace> : "˝" U02DD # DOUBLE ACUTE ACCENT +<U02CC> <nobreakspace> : " ̦" U0326 # SPACE with COMBINING COMMA BELOW + # combining characters <dead_circumflex> <dead_circumflex> : "̂" U0302 # COMBINING CIRCUMFLEX ACCENT <dead_caron> <dead_caron> : "̌" U030c # COMBINING CARON |