|
1 | | -# fx-onscreen-keyboard |
2 | | -[](https://github.com/comtel2000/fx-experience/actions/workflows/ci.yml) [](https://central.sonatype.com/artifact/org.comtel2000/fx-parent) [](http://opensource.org/licenses/BSD-3-Clause) |
3 | | - |
4 | | -*FXOK* provides a JavaFX 8 (OpenJFX 11-17) based virtual on-screen keyboard component for touch based monitors with xml layout configuration |
5 | | - |
6 | | -## Features |
7 | | -* support multiple key button layouts (numeric, symbol, text, shift) |
8 | | -* free movable with auto positioning |
9 | | -* select all, copy, paste, cut buttons |
10 | | -* resizable by zoom in/out button |
11 | | -* dynamic text node property definition ('vkType', 'vkLocale', 'vkState') |
12 | | -* context popup with additional chars |
13 | | -* switch locale (language) layouts |
14 | | -* css style |
15 | | - |
16 | | -## Modules |
17 | | -* fx-onscreen-keyboard (fx components) |
18 | | -* fx-onscreen-keyboard-swing (swing components) |
19 | | -* fx-onscreen-keyboard-samples (sample package) |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | -[](http://youtu.be/CD9lS_HZ4fA) |
28 | | - |
29 | | -## How to build and run sample |
30 | | - |
31 | | -```shell |
32 | | -mvn clean install |
33 | | -java -jar fx-onscreen-keyboard-samples/target/fx-onscreen-keyboard-jar-with-dependencies.jar |
34 | | -``` |
35 | | - |
36 | | -## Maven central repository |
37 | | - |
38 | | -Java 8: |
39 | | - |
40 | | -```xml |
41 | | -<dependency> |
42 | | - <groupId>org.comtel2000</groupId> |
43 | | - <artifactId>fx-onscreen-keyboard</artifactId> |
44 | | - <version>8.2.5</version> |
45 | | -</dependency> |
46 | | -``` |
47 | | -Java 9 module support (java9 branch): |
48 | | - |
49 | | -```xml |
50 | | -<dependency> |
51 | | - <groupId>org.comtel2000</groupId> |
52 | | - <artifactId>fx-onscreen-keyboard</artifactId> |
53 | | - <version>9.0.0-SNAPSHOT</version> |
54 | | -</dependency> |
55 | | -``` |
56 | | -Java 11 (java11 branch): |
57 | | - |
58 | | -```xml |
59 | | -<dependency> |
60 | | - <groupId>org.comtel2000</groupId> |
61 | | - <artifactId>fx-onscreen-keyboard</artifactId> |
62 | | - <version>11.0.1</version> |
63 | | -</dependency> |
64 | | -``` |
65 | | - |
66 | | -Java 17 (dev): |
67 | | - |
68 | | -```xml |
69 | | -<dependency> |
70 | | - <groupId>org.comtel2000</groupId> |
71 | | - <artifactId>fx-onscreen-keyboard</artifactId> |
72 | | - <version>17.0.2</version> |
73 | | -</dependency> |
74 | | -``` |
75 | | - |
76 | | -## License |
77 | | -[BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) |
| 1 | +# fx-onscreen-keyboard |
| 2 | +[](https://github.com/comtel2000/fx-experience/actions/workflows/ci.yml) [](https://central.sonatype.com/artifact/org.comtel2000/fx-parent) [](http://opensource.org/licenses/BSD-3-Clause) |
| 3 | + |
| 4 | +*FXOK* provides a JavaFX 8 (OpenJFX 11-17) based virtual on-screen keyboard component for touch based monitors with xml layout configuration |
| 5 | + |
| 6 | +## Features |
| 7 | +* support multiple key button layouts (numeric, symbol, text, shift) |
| 8 | +* free movable with auto positioning |
| 9 | +* select all, copy, paste, cut buttons |
| 10 | +* resizable by zoom in/out button |
| 11 | +* dynamic text node property definition ('vkType', 'vkLocale', 'vkState') |
| 12 | +* context popup with additional chars |
| 13 | +* switch locale (language) layouts |
| 14 | +* css style |
| 15 | + |
| 16 | +## Modules |
| 17 | +* fx-onscreen-keyboard (fx components) |
| 18 | +* fx-onscreen-keyboard-swing (swing components) |
| 19 | +* fx-onscreen-keyboard-samples (sample package) |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +[](http://youtu.be/CD9lS_HZ4fA) |
| 28 | + |
| 29 | +## How to build and run sample |
| 30 | + |
| 31 | +```shell |
| 32 | +mvn clean install |
| 33 | +java -jar fx-onscreen-keyboard-samples/target/fx-onscreen-keyboard-jar-with-dependencies.jar |
| 34 | +``` |
| 35 | + |
| 36 | +## Maven central repository |
| 37 | + |
| 38 | +Java 8: |
| 39 | + |
| 40 | +```xml |
| 41 | +<dependency> |
| 42 | + <groupId>org.comtel2000</groupId> |
| 43 | + <artifactId>fx-onscreen-keyboard</artifactId> |
| 44 | + <version>8.2.5</version> |
| 45 | +</dependency> |
| 46 | +``` |
| 47 | +Java 9 module support (java9 branch): |
| 48 | + |
| 49 | +```xml |
| 50 | +<dependency> |
| 51 | + <groupId>org.comtel2000</groupId> |
| 52 | + <artifactId>fx-onscreen-keyboard</artifactId> |
| 53 | + <version>9.0.0-SNAPSHOT</version> |
| 54 | +</dependency> |
| 55 | +``` |
| 56 | +Java 11 (java11 branch): |
| 57 | + |
| 58 | +```xml |
| 59 | +<dependency> |
| 60 | + <groupId>org.comtel2000</groupId> |
| 61 | + <artifactId>fx-onscreen-keyboard</artifactId> |
| 62 | + <version>11.0.1</version> |
| 63 | +</dependency> |
| 64 | +``` |
| 65 | + |
| 66 | +Java 17 (dev): |
| 67 | + |
| 68 | +```xml |
| 69 | +<dependency> |
| 70 | + <groupId>org.comtel2000</groupId> |
| 71 | + <artifactId>fx-onscreen-keyboard</artifactId> |
| 72 | + <version>17.0.2</version> |
| 73 | +</dependency> |
| 74 | +``` |
| 75 | + |
| 76 | +## License |
| 77 | +[BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) |
0 commit comments