We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d54b8 commit b9bd8b5Copy full SHA for b9bd8b5
kmk/extensions/lock_status.py
@@ -66,4 +66,4 @@ def get_compose(self):
66
return bool(self.report & _COMPOSE)
67
68
def get_kana(self):
69
- return bool(self.report & _COMPOSE)
+ return bool(self.report & _KANA)
0 commit comments