
Shimmer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
marc321
6 years ago
It's worth noting that I had to make the following change to get registerShortcut() to work:
var myCallback = function shortcutHook() {
I then used myCallback in place of shortcutHook in the registerShortcut() call.
Thanks!
Report