Skip to content

Releases: iamkroot/asus-numpad

Just a routine update

13 Nov 14:44
v0.4.1
8159f40
Compare
Choose a tag to compare

Changes

  • Handle dragging on the calc corner (top-left) even when the numpad is active.

More Keyboard Layouts

(thanks to the contributors!)

Full Changelog: v0.4.0...v0.4.1

v0.4.0 Surpassing Windows

26 Jan 16:46
v0.4.0
6c6d057
Compare
Choose a tag to compare
Pre-release
  • 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

11 Dec 09:57
v0.3.0
b66e778
Compare
Choose a tag to compare
Pre-release
v0.3.0

Integration with system's Numlock state

Better Error Messages

06 Dec 18:41
v0.2.2
d9d06b3
Compare
Choose a tag to compare
Better Error Messages Pre-release
Pre-release

Still need to improve logging a bit.

Bugfix

06 Dec 17:11
v0.2.1
7224ace
Compare
Choose a tag to compare
Bugfix Pre-release
Pre-release

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

03 Dec 15:18
v0.2
63772d5
Compare
Choose a tag to compare
Pre-release

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

30 Nov 14:37
v0.1
49fe9f6
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Woohoo!