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

Page Up, Page Down, Ctrl+Home and Ctrl+End in Terminus Build System #402

Open
d0vgan opened this issue Sep 12, 2023 · 1 comment
Open

Page Up, Page Down, Ctrl+Home and Ctrl+End in Terminus Build System #402

d0vgan opened this issue Sep 12, 2023 · 1 comment

Comments

@d0vgan
Copy link

d0vgan commented Sep 12, 2023

When using Terminus as Build System (via "target": "terminus_exec"), is it possible to navigate through the build output using the keys Page Up, Page Down, Ctrl+Home and Ctrl+End?
Did I miss something - is there some configuration for this?

Expected behavior:

  • Page Up scrolls the build output one page up;
  • Page Down scrolls the build output one page down;
  • Ctrl+Home jumps to the beginning of the build output;
  • Ctrl+End jumps to the end of the build output.

Actual behavior:

  • Page Up, Page Down, Ctrl+Home and Ctrl+End do not seem to do anything.
@d0vgan
Copy link
Author

d0vgan commented Oct 13, 2023

Hello? I suppose something similar to the following should be possible, no? --

if terminus_console_is_been_using_for_build_output():
    use_ctrl_and_page_keys_for_scrolling()

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