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

[WEB-1311] fix: Issue link copy shortcut macOS #4455

Merged
merged 5 commits into from
May 15, 2024

Conversation

rameshkumarchandra
Copy link
Collaborator

@rameshkumarchandra rameshkumarchandra commented May 14, 2024

Changes:

This PR contains the fix for the shortcut key for copying issue link in macOS.

Issue link: [WEB-1311]

@rameshkumarchandra rameshkumarchandra self-assigned this May 14, 2024
@rameshkumarchandra rameshkumarchandra marked this pull request as draft May 14, 2024 13:58
@rameshkumarchandra rameshkumarchandra changed the title Issue shortcut macos [WEB-1311] fix: Issue link copy shortcut macOS May 15, 2024
@rameshkumarchandra rameshkumarchandra added 🐛bug Something isn't working 🌐frontend labels May 15, 2024
@rameshkumarchandra rameshkumarchandra added this to the v0.20-dev milestone May 15, 2024
@rameshkumarchandra rameshkumarchandra marked this pull request as ready for review May 15, 2024 06:27
@rameshkumarchandra rameshkumarchandra marked this pull request as draft May 15, 2024 06:29
@rameshkumarchandra rameshkumarchandra marked this pull request as ready for review May 15, 2024 07:20
{ keys: "Delete", description: "Bulk delete issues" },
{ keys: "H", description: "Open shortcuts guide" },
{
keys: platform === "MacOS" ? "Ctrl,control,C" : "Ctrl,Alt,C",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think there is a typo, it should be CMD+ctrl+c ?
Use consistent language for control

@SatishGandham SatishGandham merged commit 751a4a3 into preview May 15, 2024
12 of 14 checks passed
@SatishGandham SatishGandham deleted the issue-shortcut-macos branch May 15, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🌐frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants