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

cant choose scroll location #80

Open
danman138 opened this issue Feb 26, 2022 · 2 comments
Open

cant choose scroll location #80

danman138 opened this issue Feb 26, 2022 · 2 comments

Comments

@danman138
Copy link

i make hover over right side but it scrolls down left side menu not right

@danman138
Copy link
Author

found a work around for my situation,
Is there a way i can write if i wanna press(ARROW_DOWN) 25x
instead of of writing
press(ARROW_DOWN)
press(ARROW_DOWN)
press(ARROW_DOWN)
.....25x

@FreezBoss
Copy link

You could probably just use:

for i in range(25): press(ARROW_DOWN)

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

2 participants