Skip to content

Commit

Permalink
Add zero-width keys & nbsp
Browse files Browse the repository at this point in the history
 * NBSP - non-breaking space
 * ZWNJ - zero-width non-joiner
 * ZWJ  - zero-width joiner
 * LRM  - left-to-right mark
 * RLM  - right-to-left mark
  • Loading branch information
Mottie committed Jul 31, 2015
1 parent f890bd2 commit 9055477
Show file tree
Hide file tree
Showing 71 changed files with 618 additions and 996 deletions.
6 changes: 6 additions & 0 deletions css/keyboard.css
Expand Up @@ -21,6 +21,12 @@
.ui-keyboard-input.light, .ui-keyboard-preview.light { color: #222; background: #ddd; }
.ui-keyboard-input.dark, .ui-keyboard-preview.dark { color: #ddd; background: #222; }

.ui-keyboard-NBSP span, .ui-keyboard-ZWSP span, .ui-keyboard-ZWNJ span, .ui-keyboard-ZWJ span, .ui-keyboard-LRM span, .ui-keyboard-RLM span {
font-size: 0.5em;
line-height: 1.5em;
white-space: normal;
}

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default { border-color: #ffaf0f; }

Expand Down
2 changes: 1 addition & 1 deletion dist/css/keyboard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/jquery.keyboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/languages/lv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/layouts/keyboard-layouts-combined.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/layouts/keyboard-layouts-greywyvern.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/layouts/keyboard-layouts-microsoft.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/layouts/ms-Assamese.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9055477

Please sign in to comment.