Skip to content

Commit

Permalink
feat: 修改语音朗读快捷键动作
Browse files Browse the repository at this point in the history
修改语音朗读快捷键动作

Log: 修改语音朗读快捷键动作
pms: TASK-369017
  • Loading branch information
fly602 committed Nov 29, 2024
1 parent b6230bc commit 1ce713f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dde-daemon/keybinding/system_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
{
"Key": "text-to-speech",
"Action": "dbus-send --print-reply --dest=com.iflytek.aiassistant /aiassistant/deepinmain com.iflytek.aiassistant.mainWindow.TextToSpeech"
"Action": "/usr/share/uos-ai-assistant/shell/tts.sh"
},
{
"Key": "speech-to-text",
Expand Down

0 comments on commit 1ce713f

Please sign in to comment.