diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-20 22:46:00 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-20 22:46:00 +0000 |
commit | aa44efc2e4ced968ecb6323ad26c90b6ebaa48bd (patch) | |
tree | 8bdca37211eb82f035d399047021cdc09eb5123c | |
parent | 34178ee8153fa4ea8a0175e5619a58bc46673a43 (diff) |
Alternative für isländisches d oder D mit Strich
git-svn-id: https://svn.neo-layout.org@1029 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | Compose/Compose.neo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Compose/Compose.neo b/Compose/Compose.neo index fa6c4d8..f813cf3 100644 --- a/Compose/Compose.neo +++ b/Compose/Compose.neo @@ -155,6 +155,10 @@ <Multi_key> <minus> <H> : "Ħ" U0126 # LATIN CAPITAL LETTER H WITH STROKE <Multi_key> <minus> <h> : "ħ" U0127 # LATIN SMALL LETTER H WITH STROKE +# if you want to have ð and Ð with dead stroke instead of đ and Đ you should uncomment the next two lines +# <dead_stroke> <d> : "ð" U00F0 # LATIN SMALL LETTER ETH +# <dead_stroke> <D> : "Ð" U00D0 # LATIN CAPITAL LETTER ETH + # other letters <Multi_key> <E> <E> : "Ə" U018F # LATIN CAPITAL LETTER SCHWA <Multi_key> <L> <period> : "Ŀ" U013F # LATIN CAPITAL LETTER L WITH MIDDLE DOT |