zllovesuki / G14Manager

An open source alternative to manage your ROG Zephyrus G14: Supports changing Fan Profile, rebind most keys (including ROG Key), and changing Windows' Power Options
GNU General Public License v3.0
98 stars 11 forks source link

Issue: PgUp/PgDn and ROG key are not working #44

Closed edkozuto closed 3 years ago

edkozuto commented 4 years ago

When setting up a task in Task Scheduler to launch G14Manager at startup with -experimental -rog "Taskmgr.exe", the PgUp/PgDn and ROG key are not working. image image image image image

zllovesuki commented 4 years ago

When you say they don’t work, are they just not working in certain applications, or flat out does not work in any program?

Also, G14Manager should run as the user and on user login, instead of system startup

edkozuto commented 4 years ago

Setting to launch on log on of specific user fixed the issue, thanks!

zllovesuki commented 4 years ago

Possible issue: if the application that you are using uses DirectInput (like many games), it reads from the HID directly, and the SendInput approach will not work. A keyboard filter driver is needed to make it work with DirectInput but I think that’s way too out of scope for this purpose.