mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-31 13:20:45 -06:00
Added repeat item option to invisible interface
This commit is contained in:
parent
6460c20a97
commit
f66b2ccbad
@ -1366,3 +1366,6 @@ class Controller(object):
|
|||||||
def copy_to_clipboard(self, *args, **kwargs):
|
def copy_to_clipboard(self, *args, **kwargs):
|
||||||
output.copy(self.get_current_buffer().get_message())
|
output.copy(self.get_current_buffer().get_message())
|
||||||
output.speak(_(u"Copied"))
|
output.speak(_(u"Copied"))
|
||||||
|
|
||||||
|
def repeat_item(self, *args, **kwargs):
|
||||||
|
output.speak(self.get_current_buffer().get_message())
|
Loading…
x
Reference in New Issue
Block a user