From 6d7c591b7de093c67c895eb94edc398fec00cc5e Mon Sep 17 00:00:00 2001 From: kemal Date: Fri, 28 Aug 2026 02:14:40 +0300 Subject: [PATCH] Use generic agent label in desktop shortcut name --- dikte/hotkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dikte/hotkey.py b/dikte/hotkey.py index 91e4c6b..cc793e8 100644 --- a/dikte/hotkey.py +++ b/dikte/hotkey.py @@ -57,7 +57,7 @@ SHORTCUTS = { "Dikte: pause/resume the recording", "pause_shortcut", ""), "cancel": Shortcut("cancel", CANCEL_DESKTOP_ID, "Dikte: discard the recording", "cancel_shortcut", ""), - "ask": Shortcut("ask", ASK_DESKTOP_ID, "Dikte: ask Claude Code", + "ask": Shortcut("ask", ASK_DESKTOP_ID, "Dikte: ask the agent", "assistant_shortcut", ""), "meeting": Shortcut("meeting", MEETING_DESKTOP_ID, "Dikte: start/end a meeting recording",