Skip to content

feat: add Cmd+D hotkey to discard recording - #1271

Open
jaydeep-pipaliya wants to merge 1 commit into
wulkano:mainfrom
jaydeep-pipaliya:feat/cmd-d-discard-hotkey
Open

feat: add Cmd+D hotkey to discard recording#1271
jaydeep-pipaliya wants to merge 1 commit into
wulkano:mainfrom
jaydeep-pipaliya:feat/cmd-d-discard-hotkey

Conversation

@jaydeep-pipaliya

@jaydeep-pipaliya jaydeep-pipaliya commented Mar 25, 2026

Copy link
Copy Markdown

Summary

  • Added a Discard Recording menu item with Command+D accelerator in the editor window's File menu
  • Only appears for new (unsaved) recordings, alongside the existing "Save Original" option
  • Triggers the existing discard confirmation dialog ("Are you sure you want to discard this recording?")
  • Added discardRecording to the MenuItemId enum

Closes #1055

Test plan

  • Record a new clip in Kap
  • In the editor window, press Cmd+D
  • Verify the discard confirmation dialog appears
  • Click "Cancel" → recording stays open
  • Press Cmd+D again → click "Discard" → recording is discarded
  • Verify File > Discard Recording menu item is visible with ⌘D shortcut
  • Open an existing recording (not new) → verify the menu item does NOT appear

Add a "Discard Recording" menu item with Command+D accelerator in the
editor window's File menu for new recordings. Triggers the existing
discard confirmation dialog.

Closes wulkano#1055

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jaydeep-pipaliya
jaydeep-pipaliya force-pushed the feat/cmd-d-discard-hotkey branch from dbd3e4e to d2088e9 Compare March 26, 2026 07:06
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.

Add hotkey CMD+D to discard clip (similar to Adobe/GIMP)

1 participant