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

Make some actions repeatable #1706

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

Conversation

Yaraslaut
Copy link
Member

Make some of the actions repeatable

@Yaraslaut Yaraslaut added the no changelog Tells the CI to not require a changelog entry label Jan 12, 2025
@github-actions github-actions bot added the frontend Contour Terminal Emulator (GUI frontend) label Jan 12, 2025
@Yaraslaut Yaraslaut force-pushed the fix/repeatable_actions branch from c42f255 to c63aab3 Compare January 12, 2025 21:51
@@ -151,6 +152,23 @@ using Action = std::variant<CancelSelection,
SwitchToTabLeft,
SwitchToTabRight>;

template <typename T>
concept RepeatableActionConcept = crispy::one_of<T,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what is better, either note the repeatable ones, or the ones that should be protected from key-repeat. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Contour Terminal Emulator (GUI frontend) no changelog Tells the CI to not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants