Skip to content

Commit

Permalink
Add ø to grammar and help
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Jun 15, 2023
1 parent f3775ae commit 8d3b3a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dictionary/domain/alphabet.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
"",
"",
"",
"ø",
" "
]
1 change: 1 addition & 0 deletions src/editor/SpecialCharacters.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"⅔": { "win": "Ctrl-2", "mac": "Command-2" },
"⅓": { "win": "Ctrl-3", "mac": "Command-3" },
"⅚": { "win": "Ctrl-5", "mac": "Command-5" },
"ø": { "win": "Ctrl-o", "mac": "Command-o" },
"–": { "win": "Alt--", "mac": "Option--" },
"×": { "win": "Ctrl-Shift-x", "mac": "Command-Shift-x" }
}
3 changes: 2 additions & 1 deletion src/editor/SpecialCharactersHelp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ function SpecialCharactersHelp() {
</p>
<p>
For aleph use <code>Ctrl</code>-<code>Alt</code>-<code>a</code> or{' '}
<code>Command</code>-<code>Option</code>-<code>a</code>.
<code>Command</code>-<code>Option</code>-<code>a</code>; for ø use{' '}
<code>Ctrl</code>-<code>o</code>.
</p>
<p>
For capital letters use <code>Shift</code> (e.g. <code>Ctrl</code>-
Expand Down

0 comments on commit 8d3b3a7

Please sign in to comment.