Skip to content

Commit

Permalink
Update layout.py
Browse files Browse the repository at this point in the history
fixing a typo I did while rebasing in the web interface
  • Loading branch information
fabi1cazenave authored Feb 1, 2024
1 parent faacd6c commit 35a3772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalamine/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __init__(self, filepath: Path) -> None:
def _parse_dead_keys(self, spc):
"""Build a deadkey dict."""

def (char: str) -> bool:
def layout_has_char(char: str) -> bool:
all_layers = [Layer.BASE, Layer.SHIFT]
if self.has_altgr:
all_layers += [Layer.ALTGR, Layer.ALTGR_SHIFT]
Expand Down

0 comments on commit 35a3772

Please sign in to comment.