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

Implement global shortcut on Linux, close #307 #308

Merged
merged 5 commits into from Feb 10, 2022
Merged

Commits on Feb 7, 2022

  1. Implement wrong global shortcut

    This one set accelerator group to each window.
    It's not the real global shortcut. If no window is active, all shortcuts
    won't work.
    Wu Yu Wei committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    24a3ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Implement correct global shortcut

    Wu Yu Wei committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    449c5fb View commit details
    Browse the repository at this point in the history
  2. Add change file [skip ci]

    Wu Yu Wei committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6d6f852 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Use GAction for accelerator instead

    Wu Yu Wei committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8db6e81 View commit details
    Browse the repository at this point in the history
  2. Update event name and error message

    Wu Yu Wei committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2deb914 View commit details
    Browse the repository at this point in the history