Merge branch 'master' into processing

This commit is contained in:
chrys
2017-07-24 20:11:30 +02:00
5 changed files with 75 additions and 19 deletions

View File

@ -22,8 +22,6 @@ class command():
return
if self.env['runtime']['settingsManager'].getSetting('promote', 'list').strip(" \t\n") == '':
return
if len(self.env['screen']['newDelta']) <= 2:
return
if int(time.time() - self.env['input']['lastInputTime']) < self.env['runtime']['settingsManager'].getSettingAsInt('promote', 'inactiveTimeoutSec'):
return
if len(self.env['runtime']['settingsManager'].getSetting('promote', 'list')) == 0:

View File

@ -147,7 +147,7 @@ class driver():
return
uDevice.write_event(event)
uDevice.syn()
time.sleep(0.0001)
time.sleep(0.00001)
def updateInputDevices(self, force = False, init = False):
if init: