Merge branch 'master' into update-proxy-info

This commit is contained in:
Dmitry Yankowski
2020-02-28 15:11:36 -05:00
committed by GitHub
10 changed files with 467 additions and 120 deletions

View File

@@ -0,0 +1,3 @@
export function getPlatformSpecialKey() {
return /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform) ? "⌘" : "Ctrl"
}