Skip to content

Commit d98f264

Browse files
committed
Resolved merge conflicts.
1 parent 9cf1154 commit d98f264

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

README.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,17 @@
11
# MOK Project - Multilingual Onscreen Keyboard
22

3-
<<<<<<< HEAD
4-
## We Are Now Serving From A CDN!
5-
6-
### You can now easily include this plugin right in your project without the need to have any code locally.
7-
=======
83
### We Are Now Serving From A CDN!
94

105
#### You can now easily include this plugin right in your project without the need to have any code locally.
11-
>>>>>>> develop
126

137
Latest Version
148
```sh
159
<script src="https://cdn.jsdelivr.net/npm/mok-project@latest/dist/main.js"></script>
16-
<<<<<<< HEAD
17-
18-
=======
19-
>>>>>>> develop
2010
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/mok-project@latest/dist/styles.css">
2111
```
2212

2313
Current Version
2414
```sh
25-
<<<<<<< HEAD
26-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/main.js"></script>
27-
28-
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/styles.css">
29-
```
30-
31-
=======
3215
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/main.js"></script>
3316
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/styles.css">
3417
```
@@ -37,7 +20,6 @@ _If no local languages file is found, the keyboard will pull languages from the
3720

3821
<br>
3922

40-
>>>>>>> develop
4123
The goal of this project is to materialize a well-styled, onscreen keyboard capable of supporting numerous languages fed from .klc files generated by Microsoft Keyboard Layout Creator. This has proven to be the most-reliable source of unicode data along with dead keys and ligature support but I am willing to make revisions if a better source is found. Typical use cases for this application include terminals, kiosks, and other touch-point devices. I hope to provide the community with a valuable resource that only grows better with time and your support!
4224

4325
[Super Basic Demo](http://www.seanmcquay.com/mok-project/sample-keyboard.htm)
@@ -102,27 +84,6 @@ $ gulp develop --sourcemaps
10284

10385
This project was built and tested on jQuery 3.2 and is fed .klc files from [Microsoft Keyboard Layout Creator](https://www.microsoft.com/en-us/download/details.aspx?id=22339) V1.4.
10486

105-
<<<<<<< HEAD
106-
## Usage
107-
108-
To initiate an instance of the keyboard within your application you may include the following script:
109-
110-
```sh
111-
<script src="https://cdn.jsdelivr.net/npm/mok-project@latest/dist/main.js"></script>
112-
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/mok-project@latest/dist/styles.css">
113-
114-
<script type="text/javascript">
115-
$(document).ready(function() {
116-
$(document).keyboard({
117-
language: 'us',
118-
keyboardPosition: 'bottom'
119-
});
120-
});
121-
</script>
122-
```
123-
124-
=======
125-
>>>>>>> develop
12687
#### Options
12788

12889
| Option | Default Value | Information |
@@ -341,10 +302,7 @@ In this release I have addressed several issues related to how the keyboard hand
341302
* Added CDN serving capability!
342303
* Allow mapping from language system file name to native language name.
343304
* Added the ability to configure the keyboard to only activate on specified input fields.
344-
<<<<<<< HEAD
345-
=======
346305

347306
#### Version 1.1.5
348307

349308
* Revised code to search local languages first, then pull from CDN.
350-
>>>>>>> develop

0 commit comments

Comments
 (0)