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

Fix delete accel and stock config improvements #687

Merged
merged 5 commits into from
Jun 28, 2023
Merged

Fix delete accel and stock config improvements #687

merged 5 commits into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. Add backspace as keyboard shortcut for delete

    This makes Edit > Delete triggered when the user types a
    Control-Backspace on Windows/Linux or Command-Delete on macos in the
    memory editor.
    kk7ds committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    50bbb12 View commit details
    Browse the repository at this point in the history
  2. Allow overriding stock_configs directory

    Fixes: #10688
    kk7ds committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    110e33c View commit details
    Browse the repository at this point in the history
  3. Add menu option to open stock configs directory

    This makes it easier to find the directory, since it is hiddenish
    on all platforms, and can now be overridden.
    
    Related to #10688
    kk7ds committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a6b3e2d View commit details
    Browse the repository at this point in the history
  4. Clean up legacy stock config files

    CHIRP-legacy used to copy the distribution stock_configs into the
    user's directory, which was always messy. CHIRP-next stopped doing
    that, but many users still have these files there. Instead of ignoring
    distribution files if they're already in the user's directory (as was
    the previous behavior), try to clean them up. If they hash to the same
    value, assume they're the same and remove them.
    
    Related to #10688
    kk7ds committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4caaf1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0852988 View commit details
    Browse the repository at this point in the history