Added version to active plugins. Reverted keybind to cthulhu+shift+v
This commit is contained in:
parent
5dd872535d
commit
d6af91bf42
@ -45,7 +45,7 @@ class DisplayVersion(GObject.Object, Peas.Activatable, plugin.Plugin):
|
||||
self.registerGestureByString(
|
||||
self.speakText,
|
||||
_(f'Cthulhu screen reader version {cthulhuVersion.version}-{cthulhuVersion.codeName}'),
|
||||
'kb:cthulhu+x'
|
||||
'kb:cthulhu+shift+v'
|
||||
)
|
||||
|
||||
def do_deactivate(self):
|
||||
|
@ -413,4 +413,4 @@ presentChatRoomLast = False
|
||||
presentLiveRegionFromInactiveTab = False
|
||||
|
||||
# Plugins
|
||||
activePlugins = ['Clipboard', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'HelloWorld', 'SelfVoice', 'PluginManager', 'SimplePluginSystem']
|
||||
activePlugins = ['Clipboard', 'DisplayVersion', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'SelfVoice', 'PluginManager', 'SimplePluginSystem']
|
||||
|
Loading…
Reference in New Issue
Block a user