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

More ways to open files #455

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 9, 2024

  1. Open file on thumbnail double click

    Tyrannicodin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6f40ed6 View commit details
    Browse the repository at this point in the history
  2. Add open file shortcut (ctrl+shift+O)

    Tyrannicodin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0df714e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update shortcut to Ctrl/Cmd + Down

    Tyrannicodin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7290909 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    65a083a View commit details
    Browse the repository at this point in the history
  2. Improve selected files opener

    This attaches the shortcut to the main window, allowing several files to be opened at once and also localises the shortcuts for the host machine.
    Tyrannicodin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f4fe279 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cf7030 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary condition to open file

    Tyrannicodin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    57223d3 View commit details
    Browse the repository at this point in the history
  5. Format, prevent opening when other widgets in focus

    Tyrannicodin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ca9adff View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add confirm modal for over 15 files

    Tyrannicodin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c2b5070 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Fix mypy

    Tyrannicodin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5808bc9 View commit details
    Browse the repository at this point in the history