4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
|
registerShortcut("testShortcut", "Test Shortcut", "Meta+Shift+Y", function() {
|
||
|
sendTestResponse("shortcutTriggered");
|
||
|
});
|