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

Extend API to Support PageUp/PageDown Button Press #10

Open
vishaldialpad opened this issue Jun 18, 2024 · 2 comments
Open

Extend API to Support PageUp/PageDown Button Press #10

vishaldialpad opened this issue Jun 18, 2024 · 2 comments

Comments

@vishaldialpad
Copy link

We successfully utilized the current API to control Slides, achieving a working MVP. However, it would be highly beneficial if the API could be extended to also support passing PageUp/PageDown button presses. This enhancement would improve functionality and usability in our application.

@guidou
Copy link
Contributor

guidou commented Sep 13, 2024

While this would be useful for several use cases, it has been decided that keystrokes are beyond the scope of this API since it would raise serious privacy issues.

@guidou guidou closed this as completed Sep 13, 2024
@eladalon1983
Copy link
Member

Passing the keystroke of PageUp is indeed out of scope. But it might be possible to skip that and tell the captured tab to "scroll the viewport upwards by a fixed amount" or something similar that maps not to the key, but to the concept of scrolling "the main target" or something similar.

@eladalon1983 eladalon1983 reopened this Sep 16, 2024
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

3 participants