kareltucek / firmware

This is fork of UHK's firmware featuring extended macro engine.
Other
82 stars 9 forks source link

Unable to scroll with keycluster trackball when using trackpoint #102

Closed provinzio closed 2 years ago

provinzio commented 2 years ago

When I use the trackpoint module to move the mouse I can not use the trackball on the keycluster module to scroll.

I use the newest version 8.10.12.kt.3.

This is no problem with the "normal" firmware 8.10.12.

My $onInit macro does not effect the outcome of the issue.

$set module.trackpoint.navigationMode.mod cursor
$set module.trackpoint.navigationMode.fn cursor
$set module.trackpoint.navigationMode.mouse cursor

$set module.keycluster.navigationMode.mod scroll
$set module.keycluster.navigationMode.fn scroll
$set module.keycluster.navigationMode.mouse scroll
kareltucek commented 2 years ago

Thanks for report!

Fixed in https://github.com/kareltucek/firmware/releases/tag/v8.10.12.kt.4 .