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

Open settings with a long press on the Menu key #179

Merged
merged 8 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Disallow opening the native context menu with right click or Menu

    It shows unavailable options, for example Show Sources. As for back and
    reload actions, the interface should already provide those actions.
    guyonvarch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5a066b5 View commit details
    Browse the repository at this point in the history
  2. Fix non fullscreen mode

    Window was not shown in this context.
    
    And we have to provide a size, otherwise on my WM (labwc), the window is
    very small.
    guyonvarch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    afa7d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    034b36b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d3b36d View commit details
    Browse the repository at this point in the history
  5. Add changelog

    guyonvarch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a017c40 View commit details
    Browse the repository at this point in the history
  6. Update user manual

    guyonvarch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3a7dba2 View commit details
    Browse the repository at this point in the history
  7. Prevent re-firing settings toggle on very long press

    Use auto repeat to prevent re-triggering toggling the settings more than
    once when very long pressing the Menu key.
    guyonvarch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    891c1d5 View commit details
    Browse the repository at this point in the history
  8. Cleanly stop app on SIGINT

    guyonvarch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a8a3553 View commit details
    Browse the repository at this point in the history