|
1 | | -# === Readme - TouchSC v1.1 === |
| 1 | +# === Readme - TouchSC v1.2 === |
2 | 2 |
|
3 | 3 | ## == By: |
4 | 4 | * msg (msg-programs) |
5 | 5 |
|
6 | 6 | ## == What: |
7 | | -* A program to execute keyboard shortcuts when you only have a touchscreen available, |
8 | | - like when using a convertible laptop to draw. |
| 7 | +* A program to execute keyboard shortcuts with a touch screen. |
| 8 | +* Useful when you only have a touchscreen available, like when using a convertible laptop to draw. |
9 | 9 |
|
10 | 10 | ## == Needed: |
11 | | -* Only tested with JDK 13 |
| 11 | +* Java >=8 |
| 12 | +* Tested with Java 8 as shipped with the current Minecraft Launcher and JDK 13. |
12 | 13 |
|
13 | 14 | ## == Usage: |
14 | 15 | * Running the program will generate a default settings.ini if it doesn't exist already. |
15 | | -* To close, draw circles around the middle. |
| 16 | +* Program will then prompt you to take a look at the se-ttings and then close itself. |
16 | 17 | * Adjust the shortcuts in the settings file. Keep to the formatting present, more info in the file. |
17 | 18 | * To do a shortcut, tap a quatercircle ("tap") or draw a L-shape ("gesture", self explaining when you look into the settings) |
18 | | - |
| 19 | +* To close the program, draw circles around the middle. |
19 | 20 |
|
20 | 21 | ## == Generated files: |
21 | 22 | * settings.ini, containing the settings in the same directory as the java runtime. |
|
26 | 27 | * You can set a "toggle" command on a gesture, but this won't show an indicator if the key is held or not. |
27 | 28 | You can set a "press" command on a tap, but this won't show the rim. |
28 | 29 | * Close the program using the method mentioned above, else keys toggled on may continue to be pressed for |
29 | | - some time without you being able to do anything about it. |
| 30 | + some time without you being able to do anything about it. |
| 31 | +* Program may be very small when using Java 8. To fix, right-click the java.exe |
| 32 | + and set the high-DPI scaling setting under "Compaibility" to "System". |
0 commit comments