Closed lucianoinso closed 6 months ago
Added shortcut options for "," and ".".
I basically added the options in popup.html and changed a line of code that assumed that the options had a length of 1 since , and . need to be inputted as Comma and Period for the browser to understand those options.
popup.html
,
.
Comma
Period
Resolves #117
@lucianoinso Thank you very much for your contribution! I've improved a big the code, and I'll release the new version in some minutes
Added shortcut options for "," and ".".
I basically added the options in
popup.html
and changed a line of code that assumed that the options had a length of 1 since,
and.
need to be inputted asComma
andPeriod
for the browser to understand those options.Resolves #117