kareltucek / firmware

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

Scrolling and Trackball can't work at the same time. #94

Closed mrpond closed 2 years ago

mrpond commented 2 years ago

Install the latest Agent: Agent version: 1.5.17 Use Agent to update to the latest firmware: Right keyboard half firmware: 8.10.12 Left keyboard half firmware: 8.10.12 Key cluster firmware: 8.10.12 Trackball firmware: 8.10.123.

refer to this issue: https://github.com/UltimateHackingKeyboard/firmware/issues/452

after apply set module.trackball.navigationMode.mod cursor

While scrolling with left module I can't move UHK's trackball cursor.

kareltucek commented 2 years ago

In which scenarios you need to scroll and move cursor at the same time?

kareltucek commented 2 years ago

But yes, this is a relevant ticket. Only one navigation mode can currently be active at a time, meaning that only one of them is actually applied if both are used at the same time.

(This can be fixed.)

mrpond commented 2 years ago

In which scenarios you need to scroll and move cursor at the same time?

a lot, it like when you want to click some link on the lower zone of screen. I usually scroll the page up, so I save trackball moving.

mondalaci commented 2 years ago

We've just received a report of this issue, so I'm attaching a 9.0.0 pre-release including this fix: uhk-firmware-9.0.0-df83a18.tar.gz

mrpond commented 2 years ago

We've just received a report of this issue, so I'm attaching a 9.0.0 pre-release including this fix: uhk-firmware-9.0.0-df83a18.tar.gz

I go test it for you.. ^^

update: working scroll and trackball work at the same time now.

image
mondalaci commented 2 years ago

@kareltucek Feel free to close this issue then. I don't have permission, so I can't :)

kareltucek commented 2 years ago

@mondalaci I know, I intended to close it when I get to publish a release.

kareltucek commented 2 years ago

Done