boil out history

This commit is contained in:
chrys 2016-10-06 07:50:46 +02:00
parent 2f1d2ba13f
commit 8041e8809f

View File

@ -115,8 +115,7 @@ class inputManager():
try:
if self.env['runtime']['settingsManager'].getSettingAsBool('keyboard', 'grabDevices'):
self.env['runtime']['inputDriver'].writeEventBuffer()
time.sleep(0.008)
time.sleep(0.008)
self.clearEventBuffer()
if len(self.env['input']['currInput']) == 1:
if self.env['input']['currInput'][0] in ['KEY_UP','KEY_DOWN']: