File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 44* msg (msg-programs)
55
66## == What:
7- *
7+ * A program to execute keyboard shortcuts when you only have a touchscreen available,
8+ like when using a convertible laptop to draw.
89
910## == Needed:
10- *
11+ * Only tested with JDK 13
1112
1213## == Usage:
14+ * Running the program will generate a default settings.ini if it doesn't exist already.
15+ * To close, draw circles around the middle.
16+ * Adjust the shortcuts in the settings file. Keep to the formatting present, more info in the file.
17+ * To do a shortcut, tap a quatercircle ("tap") or draw a L-shape ("gesture", self explaining when you look into the settings)
1318
1419
1520## == Generated files:
1621* settings.ini, containing the settings in the same directory as the java runtime.
1722
1823## == Final notes:
19- * On Java 8, UI might be small on hi-res displays.
20- *
24+ * It doesn't need to be an exact L-shape, and it doesn't have to be in the center.
25+ Be warned that a drawing too sloppy may cause the wrong shortcut to be executed.
26+ * You can set a "toggle" command on a gesture, but this won't show an indicator if the key is held or not.
27+ You can set a "press" command on a tap, but this won't show the rim.
28+ * 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.
You can’t perform that action at this time.
0 commit comments