add sounds for bypass

This commit is contained in:
chrys 2018-03-25 13:08:08 +02:00
parent 42c2c6a562
commit a29d7b5f7a

View File

@ -106,7 +106,7 @@ class fenrirManager():
if self.controlMode:
self.environment['runtime']['outputManager'].presentText(_('Sticky Mode On'), soundIcon='Accept', interrupt=True, flush=True)
else:
self.environment['runtime']['outputManager'].presentText(_('Sticky Mode On'), soundIcon='Accept', interrupt=True, flush=True)
self.environment['runtime']['outputManager'].presentText(_('Sticky Mode On'), soundIcon='Cancel', interrupt=True, flush=True)
if escapeSequence in [b'\x1b:', b'^[:']:
self.switchCtrlModeOnce = 2
self.environment['runtime']['outputManager'].presentText(_('bypass'), soundIcon='PTYBypass', interrupt=True, flush=True)