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

Add option to use Alt+[0-9] to activate services #1972

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dxrcy
Copy link

@dxrcy dxrcy commented Nov 18, 2024

Closes #1971, and shares similarity with #1920

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

Add an option to Settings > Advances > Shortcuts to use Alt modifier (instead of Ctrl) to select current service with number keys.
The input is unchecked by default. If the input is checked, the user cannot use Ctrl+[0-9] to activate a service, but instead must use Alt+[0-9] (similar to Firefox). This does not impact users who do not manually enable the feature.

I have placed the toggle option below the shortcut inputs implemented by #1920 because it seems the most appropriate location. Likewise the state is stored in stores.shortcuts. This can of course be changed if deemed necessary.

Motivation and Context

I use Firefox, so I am accustomed to using Alt+[0-9] to switch tabs (rather than Ctrl+[0-9]).
Closes #1971 by implementing the second proposed solution (issue provides 3 possible solutions).

Screenshots

image

Checklist

  • My pull request is properly named
  • The changes respect the code style of the project (pnpm prepare-code)
  • pnpm test passes
  • I tested/previewed my changes locally

Release Notes

Add option to use Alt+[0-9] to select service.

@dxrcy dxrcy marked this pull request as ready for review November 18, 2024 01:57
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

Successfully merging this pull request may close these issues.

Feature: Customize shortcuts for selecting services
1 participant