This commit is contained in:
parent
c97a3038f2
commit
19ca8a713b
11
readme.md
11
readme.md
@ -5,3 +5,14 @@
|
|||||||
[![Security Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=autosqueal&metric=security_rating&token=sqb_49dde556c032d0130640ea1e48875905b158d368)](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
[![Security Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=autosqueal&metric=security_rating&token=sqb_49dde556c032d0130640ea1e48875905b158d368)](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
||||||
[![Maintainability Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=autosqueal&metric=sqale_rating&token=sqb_49dde556c032d0130640ea1e48875905b158d368)](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
[![Maintainability Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=autosqueal&metric=sqale_rating&token=sqb_49dde556c032d0130640ea1e48875905b158d368)](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
||||||
[![Lines of Code](https://sonar.beatrice.wtf/api/project_badges/measure?project=autosqueal&metric=ncloc&token=sqb_49dde556c032d0130640ea1e48875905b158d368)](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
[![Lines of Code](https://sonar.beatrice.wtf/api/project_badges/measure?project=autosqueal&metric=ncloc&token=sqb_49dde556c032d0130640ea1e48875905b158d368)](https://sonar.beatrice.wtf/dashboard?id=autosqueal)
|
||||||
|
|
||||||
|
|
||||||
|
*little java tool to automatically perform mouse actions*
|
||||||
|
|
||||||
|
## supported systems
|
||||||
|
| system | supported |
|
||||||
|
|-----------|------------|
|
||||||
|
| macOS | ✅ **full** |
|
||||||
|
| Windows | 🟠 limited |
|
||||||
|
| GNU/Linux | 🟠 limited |
|
||||||
|
|
||||||
|
@ -137,7 +137,6 @@ public class MainWindow
|
|||||||
"][" +
|
"][" +
|
||||||
NativeKeyEvent.getKeyText(NativeKeyEvent.VC_ALT) +
|
NativeKeyEvent.getKeyText(NativeKeyEvent.VC_ALT) +
|
||||||
"]";
|
"]";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
toggleButton.setLabel(label);
|
toggleButton.setLabel(label);
|
||||||
|
Loading…
Reference in New Issue
Block a user