Added version to active plugins. Reverted keybind to cthulhu+shift+v

This commit is contained in:
Storm Dragon 2024-12-19 09:44:01 -05:00
parent 5dd872535d
commit d6af91bf42
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class DisplayVersion(GObject.Object, Peas.Activatable, plugin.Plugin):
self.registerGestureByString( self.registerGestureByString(
self.speakText, self.speakText,
_(f'Cthulhu screen reader version {cthulhuVersion.version}-{cthulhuVersion.codeName}'), _(f'Cthulhu screen reader version {cthulhuVersion.version}-{cthulhuVersion.codeName}'),
'kb:cthulhu+x' 'kb:cthulhu+shift+v'
) )
def do_deactivate(self): def do_deactivate(self):

View File

@ -413,4 +413,4 @@ presentChatRoomLast = False
presentLiveRegionFromInactiveTab = False presentLiveRegionFromInactiveTab = False
# Plugins # Plugins
activePlugins = ['Clipboard', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'HelloWorld', 'SelfVoice', 'PluginManager', 'SimplePluginSystem'] activePlugins = ['Clipboard', 'DisplayVersion', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'SelfVoice', 'PluginManager', 'SimplePluginSystem']