Skip to content

Commit

Permalink
fixed comboRegex (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and Mottie committed Sep 19, 2018
1 parent 62ad383 commit 25b3917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In this section, text that appears on the keyboard and in the tooltips will need
```
* The `'a'` should not be modified!
* This is the key used by the keyboard plugin to indiciate that a smaller version of the accept key is being used.
* This is the key used by the keyboard plugin to indicate that a smaller version of the accept key is being used.
* The full version equivalent would be `'accept'`, but really there is no difference between the two. You can make the text of the `'a'` key exactly match the `'accept'` key.
* The `\u2714` is the javascript unicode hex value for a [check mark](http://www.fileformat.info/info/unicode/char/2714/index.htm).
* The reason the unicode is used here is because of issues of files being converted to file types other than UTF-8 will corrupt the symbols.
Expand Down Expand Up @@ -112,7 +112,7 @@ Now lets say you want to add the combination `|0` (vertical bar + zero) to creat
### Combo regular expression (`comboRegex`)
The default `comboxRegex` is as follows:
The default `comboRegex` is as follows:
```js
comboRegex : /([`\'~\^\"ao])([a-z])/mig,
Expand Down

0 comments on commit 25b3917

Please sign in to comment.