diff --git a/src/main/python/firmware_flasher.py b/src/main/python/firmware_flasher.py index 24deec8..08e3792 100644 --- a/src/main/python/firmware_flasher.py +++ b/src/main/python/firmware_flasher.py @@ -267,6 +267,7 @@ class FirmwareFlasher(BasicEditor): self.log("Restoring saved layout...") QCoreApplication.processEvents() found.keyboard.restore_layout(self.layout_restore) + found.keyboard.lock() found.close() self.log("Done!")