Skip to content

Commit

Permalink
Update source/brailleDisplayDrivers/eurobraille/driver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR authored Jan 2, 2025
1 parent a3e129a commit 2baa9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/brailleDisplayDrivers/eurobraille/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def _handleKeyPacket(self, group: bytes, data: bytes):
log.debug("Ignoring key repetition")
return
self.keysDown[group] |= arg
isIris = self.ProtocolType.startswith("Iris")
isIris = self.deviceType.startswith("Iris")
if not isIris and group == constants.EB_KEY_COMMAND and arg >= self.keysDown[group]:
# Started a gesture including command keys
self._ignoreCommandKeyReleases = False
Expand Down

0 comments on commit 2baa9a9

Please sign in to comment.