[PR #2028] [MERGED] feat: add shortcut to quickly copy task identifier, title and url to clipboard #5420

Closed
opened 2026-04-16 13:37:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2028
Author: @kolaente
Created: 12/27/2025
Status: Merged
Merged: 12/28/2025
Merged by: @kolaente

Base: mainHead: feat-copy-task-stuff


📝 Commits (7)

  • a7e8f18 feat: implement copy task details shortcuts
  • e57b3ce refactor: move task detail view to new composable
  • 77557cf feat: add shortcuts to docs
  • d5bbcaa fix: don't handle shortcuts when typing in inputs
  • ecf10b6 fix: catch erors
  • 1458a78 feat: add copy url only shortcut
  • 0dc31bc docs: add keyboard shortcut

📊 Changes

4 files changed (+131 additions, -21 deletions)

View changed files

📝 frontend/src/components/misc/keyboard-shortcuts/shortcuts.ts (+18 -0)
frontend/src/composables/useTaskDetailShortcuts.ts (+100 -0)
📝 frontend/src/i18n/lang/en.json (+5 -1)
📝 frontend/src/views/tasks/TaskDetailView.vue (+8 -20)

📄 Description

This adds the following shortcuts:

  • . to copy the task identifier
  • .. to copy the task identifier and title
  • ... to copy the task identifier, title, and url

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2028 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat-copy-task-stuff` --- ### 📝 Commits (7) - [`a7e8f18`](https://github.com/go-vikunja/vikunja/commit/a7e8f181c377428bc3bd84dd5acdffe71da1284b) feat: implement copy task details shortcuts - [`e57b3ce`](https://github.com/go-vikunja/vikunja/commit/e57b3cec92d97f7d1801f9ead74549160f81ae0c) refactor: move task detail view to new composable - [`77557cf`](https://github.com/go-vikunja/vikunja/commit/77557cf2e4188698ea7068a78fc5a88319ed546d) feat: add shortcuts to docs - [`d5bbcaa`](https://github.com/go-vikunja/vikunja/commit/d5bbcaabf2b3a71dc9e7e8d8ddf8297018c15282) fix: don't handle shortcuts when typing in inputs - [`ecf10b6`](https://github.com/go-vikunja/vikunja/commit/ecf10b6443205ee427168180fdf11ca52f0f7840) fix: catch erors - [`1458a78`](https://github.com/go-vikunja/vikunja/commit/1458a785f92326581fe03b55e80a0e671d7d0605) feat: add copy url only shortcut - [`0dc31bc`](https://github.com/go-vikunja/vikunja/commit/0dc31bc0a31647b96c87f95b8fb4c254f42a411f) docs: add keyboard shortcut ### 📊 Changes **4 files changed** (+131 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/misc/keyboard-shortcuts/shortcuts.ts` (+18 -0) ➕ `frontend/src/composables/useTaskDetailShortcuts.ts` (+100 -0) 📝 `frontend/src/i18n/lang/en.json` (+5 -1) 📝 `frontend/src/views/tasks/TaskDetailView.vue` (+8 -20) </details> ### 📄 Description This adds the following shortcuts: - `.` to copy the task identifier - `..` to copy the task identifier and title - `...` to copy the task identifier, title, and url --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:37:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#5420