Skip to content

Commit b9bd8b5

Browse files
aerialistxs5871
authored andcommitted
Fix kana check in lock_status.py
1 parent f3d54b8 commit b9bd8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmk/extensions/lock_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def get_compose(self):
6666
return bool(self.report & _COMPOSE)
6767

6868
def get_kana(self):
69-
return bool(self.report & _COMPOSE)
69+
return bool(self.report & _KANA)

0 commit comments

Comments
 (0)