add template command
This commit is contained in:
@ -82,6 +82,8 @@ class byteManager():
|
||||
self.env['runtime']['outputManager'].presentText(_('bypass'), soundIcon='PTYBypass', interrupt=True, flush=True)
|
||||
return True
|
||||
return False
|
||||
def sendBytes(self, byteMacro):
|
||||
pass
|
||||
def detectByteCommand(self, escapeSequence):
|
||||
convertedEscapeSequence = self.unifyEscapeSeq(escapeSequence)
|
||||
command = self.env['runtime']['inputManager'].getCommandForShortcut(convertedEscapeSequence)
|
||||
|
@ -61,6 +61,8 @@ class inputManager():
|
||||
else:
|
||||
self.grabAllDevices()
|
||||
self.executeDeviceGrab = False
|
||||
def sendKeys(self, keyMacro):
|
||||
pass
|
||||
def handleInputEvent(self, eventData):
|
||||
#print(eventData)
|
||||
if not eventData:
|
||||
|
Reference in New Issue
Block a user