diff --git a/VOLlama.py b/VOLlama.py index 64f6814..6ccdde1 100644 --- a/VOLlama.py +++ b/VOLlama.py @@ -1,4 +1,4 @@ -version = 28 +version = 29 import wx import threading import sounddevice as sd @@ -65,7 +65,7 @@ def InitUI(self): self.configSpeech = chatMenu.Append(wx.ID_ANY, "Configure Voice...") self.Bind(wx.EVT_MENU, self.speech.present_voice_rate_dialog, self.configSpeech) - self.apiSettingsMenu = chatMenu.Append(wx.ID_ANY, "API Settings...") + self.apiSettingsMenu = chatMenu.Append(wx.ID_ANY, "&API Settings...\tCTRL+SHIFT+A") self.Bind(wx.EVT_MENU, self.displayAPISettingsDialog, self.apiSettingsMenu) exitMenu = chatMenu.Append(wx.ID_EXIT) diff --git a/changelog.md b/changelog.md index bd740d5..14237fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ # Change log - +* Shortcut for API Settings: Control+(or Command)+Shift+A * Creates indexes for only supported file types. * Remove single file package to speed up load time. * Clearer status message