asus-numpad icon indicating copy to clipboard operation
asus-numpad copied to clipboard

Linux driver for Asus laptops to activate numpad on touchpad

Results 10 asus-numpad issues
Sort by recently updated
recently updated
newest added

None of the brightness level are not working except for `Brightness::Full` https://github.com/iamkroot/asus-numpad/assets/8637706/58e10043-afd1-4d38-97af-128c9556a8d9 I think this due to i2c devices need turn `on` with signal `0x01` and then chenge the brightness...

- [x] Tested on Voidlinux Sway (Wayland) kernel 6.1.83_1_LTS

Hi, I've added numpad layout for my Asus ROG Strix 15 G533QS. Unfortunately, I'm having issues with the numpad keys. Only the keydown event is emitted, but no keyup (that's...

After running `sudo asus-numpad`, I get an error: ``` Error: Failed to get initial numlock state ``` I installed the program via cargo command in README.

bug

Problem is my keyboard is Turkish and buttons are not correctly working. If change my layout to English UK, it works without any problem. So this problem can be caused...

enhancement

- [x] Install Script added - [x] Uninstall Script added - [x] Touch and cursor movement accuracy improved - [x] Autoselect layout in install script

When trying to move the cursor it types the number while Numpad is enabled

bug
help wanted

Currently, after rebooting the system, it goes to full brightness, it would be great if it can persist to the last brightness level.

sudo ./asus-numpad ./asus-numpad: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./asus-numpad) ./asus-numpad: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./asus-numpad) libc6 already installed.. Linux Mint 20.3 Kernel 5.15.0-46

Hi! This is the sort of functionality that would be best added to the kernel upstream in https://github.com/torvalds/linux/blob/master/drivers/platform/x86/asus-nb-wmi.c (and asus-wmi.c). The ideal thing would be to have the entire thing...