Added repeat item option to invisible interface

This commit is contained in:
Manuel Cortez 2015-07-29 13:45:57 -05:00
parent 6460c20a97
commit f66b2ccbad

View File

@ -1366,3 +1366,6 @@ class Controller(object):
def copy_to_clipboard(self, *args, **kwargs):
output.copy(self.get_current_buffer().get_message())
output.speak(_(u"Copied"))
def repeat_item(self, *args, **kwargs):
output.speak(self.get_current_buffer().get_message())