Skip to content

Commit

Permalink
add start of keyman keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jun 25, 2024
1 parent fe898df commit c98d1db
Show file tree
Hide file tree
Showing 3 changed files with 2,667 additions and 2,667 deletions.
2 changes: 1 addition & 1 deletion text/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function c(x: Link, replace?: string) {
: x.i.match("'")
? `"${x.i}"`
: `'${x.i}'`
const text = [`c Mapping for the '${code}' key`]
const text = [`c Mapping for the ${code} key`]
if (x.name) {
text.push(`the ${x.name.toLowerCase()}`)
}
Expand Down
Loading

0 comments on commit c98d1db

Please sign in to comment.