Missing punctutation #11
Labels
design
Relates to UX/UI designs
good first issue
Good for newcomers
hacktoberfest
Included as a part of Hacktoberfest
help wanted
Extra attention is needed
Terms
Description
Located within
lib.rs
lives our functionallowed_keys
which is currently populated with the 26 English alphabet characters, 0-9 and some English punctuation. For now, we need to add in the remaining punctuation, for example we are missing apostrophes.I think these are located in
rdev::Key
which we are already using, so if so, it should be fairly straight forward to implement. Eventually we may need to look at splitting this up as we expand the language sets, but for now, filling out this function should be enough to close this issue.Contribution
I think this should be a fairly simple issue for someone new to the language to accomplish, I will take a look further in to the
rdev
crate anyway, if nobody takes this after a short time I will pick it up :)The text was updated successfully, but these errors were encountered: