We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaeb4af + 204123d commit 211b929Copy full SHA for 211b929
1 file changed
src/algo/Algorithm.js
@@ -476,7 +476,9 @@ export function controlKey(keyASCII) {
476
keyASCII === 38 || // & ampersand
477
keyASCII === 39 || // ' apostrophe
478
keyASCII === 40 || // ( left parenthesis
479
- keyASCII === 46 // . period
+ keyASCII === 46 || // . period
480
+ keyASCII === 188 || // , commas
481
+ keyASCII === 220 // | pipe
482
);
483
}
484
0 commit comments