Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling trackball while keyboard keys are pressed not working #1076

Open
akerge opened this issue Mar 4, 2025 · 0 comments
Open

Scrolling trackball while keyboard keys are pressed not working #1076

akerge opened this issue Mar 4, 2025 · 0 comments

Comments

@akerge
Copy link

akerge commented Mar 4, 2025

Hello!

Trying to scroll with a trackball when key(s) on keyboard is pressed. Tried to follow example on Combinations Spanning Multiple Devices and #949 (comment) but when the preset on trackball is activated, cannot move mouse cursor up with the trackball nor scroll. Can you help, please?

Setup

💻 OS

PRETTY_NAME="Ubuntu 22.04.5 LTS"
XDG_SESSION_TYPE=wayland

🖲 Kensington Orbit (without scroll wheel)

Input

Y Up
Name: Y Up

Output

Type: Key or Macro
Target: keyboard + mouse

if_eq(
	$track,
	1,
	then=
		wheel(up,100),
	else=
		wheel(up,1)
)

⌨ Generic Keyboard

Input

Caps Lock
Name: track

Output

Type: Key or Macro
Target: keyboard + mouse

set(track, 1).
hold_keys(Caps_Lock).
set(track, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant