Releases: iamkroot/asus-numpad
Releases · iamkroot/asus-numpad
Just a routine update
Changes
- Handle dragging on the calc corner (top-left) even when the numpad is active.
More Keyboard Layouts
- Add support for gx531 layout by @LordMZTE in #4
- Set the GX701 layout to the correct one by @UndeadKernel in #11
- Add support for Asus ROG Strix (G513QY) by @Abuseware in #12
(thanks to the contributors!)
Full Changelog: v0.4.0...v0.4.1
v0.4.0 Surpassing Windows
- Allows specifying custom commands to be executed when dragging from top left (on supported models). Finally beat the Windows driver in terms of customizability 🎉
- Added configuration file for persisting options
Integration with system's Numlock state
v0.3.0 Integration with system's Numlock state
Better Error Messages
Still need to improve logging a bit.
Bugfix
Fixes spurious touch events when numpad is active.
- We now grab the touchpad (i.e. don't allow any other app to process touches), when the user taps a key on the numpad.
- If we simply ungrab the touchpad when user lifts their finger, it'll cause the pointer to jump to the new location. That seems jarring, so we don't do this.
- Instead, if the user drags their finger, we ungrab the touchpad and let the pointer move, even if the numpad is still active.
Getting closer to Windows parity
New features:
- Hold duration set to 250ms for toggling numlock/cycling brightness
- Drag the calc key to trigger it (when numlock is inactive), similar to the Windows behaviour
- Allow using the touchpad when numlock is active
Initial release
Woohoo!