You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Implemented a customizable outline/shadow to the hint font for increased readability.
2. Implemented customizable spacing between the hint characters.
3. Added more customization options for the hint box border.
<p align="center">
<img src="https://github.com/user-attachments/assets/3d39d518-d0ff-4444-8dd6-d82896e47fe4" style="width: 100%; height: 100%;" />
</p>
4. Made the default configuration (neo-mousekeys.properties) work on most major keyboard layouts without requiring the user to change the configuration file.
5. Implemented a new hint layout, which is now the default. Instead of being laid out in a column fashion, the hints are now laid out in a subgrid which should reduce finger movement even further:
<p align="center">
<img src="https://github.com/user-attachments/assets/50a0ba70-b2f0-4275-a135-e0b3be0722f4" style="width: 25%; height: 25%;" />
</p>
6. Added a property for redacting the keys from the logs in the command line window. It can be enabled with:
```properties
logging.redact-keys=true
```
0 commit comments