diff --git a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py index f09b3d35..9d0c0677 100755 --- a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py +++ b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py @@ -16,6 +16,7 @@ class command(): def getDescription(self): return 'No description found' def run(self): - self.env['runtime']['inputManager'].updateInputDevices() + pass + #self.env['runtime']['inputManager'].updateInputDevices() def setCallback(self, callback): pass