We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a297ca commit 6c4c849Copy full SHA for 6c4c849
src/shortcut_formatting.ts
@@ -1,10 +1,10 @@
1
/**
2
* Check the platform and return a prefix for the keyboard shortcut.
3
* TODO: https://github.com/google/blockly-keyboard-experimentation/issues/155
4
- * This will eventually be the responsibility of the action code ib
+ * This will eventually be the responsibility of the action code in
5
* Blockly core.
6
*
7
- * @param key The key to press in combination with Ctrl of Command.
+ * @param key The key to press in combination with Ctrl or Command.
8
* @returns A platform-appropriate string for the meta key.
9
*/
10
export function formatMetaShortcut(key: string) {
0 commit comments