Skip to content

Commit

Permalink
Comment junk keys
Browse files Browse the repository at this point in the history
  • Loading branch information
brxck committed Nov 7, 2024
1 parent b4e444c commit a497e90
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions core/keys/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def letters(m) -> str:
punctuation_words = {
# TODO: I'm not sure why we need these, I think it has something to do with
# Dragon. Possibly it has been fixed by later improvements to talon? -rntz
"`": "`",
",": ",", # <== these things
# "`": "`",
# ",": ",", # <== these things
"back tick": "`",
"comma": ",",
# Workaround for issue with conformer b-series; see #946
Expand Down Expand Up @@ -181,7 +181,6 @@ def letters(m) -> str:
"square": "[",
"squad": "]",
"slash": "/",
"slash": "/",
"backslash": "\\",
"dash": "-",
"equit": "=",
Expand All @@ -190,7 +189,7 @@ def letters(m) -> str:
"tilde": "~",
"bang": "!",
"cash": "$",
"flat": "_",
"floor": "_",
"cot": ":",
"caught": ":",
"bend": "(",
Expand All @@ -199,7 +198,7 @@ def letters(m) -> str:
"curl": "}",
"angle": "<",
"rangle": ">",
"splat": "*",
"star": "*",
"pound": "#",
"perco": "%",
"caret": "^",
Expand Down

0 comments on commit a497e90

Please sign in to comment.