FastYub seems to be exactly what I was looking for to integrate YubNub into my daily workflow. The only problem is that the default shortcut conflicts with that of the Scrapbook extension. Is there a way to change it?
Hi Eliazar ! Shortcut configuration feature is on my todolist since 0.1 version :P. ..maybe it's time to code it. Hold on , and if you don't have enough time to wait, follow this lines: 1.Unzip fastyub_1.7.xpi 2.Unrar fastyub.rar 3.In yubnubOverlay.js,modify keyPressed(..) function has you want.Now it looks like this. function keyPressed(event, bFromKeySet) { if (event.ctrlKey&&event.shiftKey && event.charCode == 75) { yubnub(); return; } } 4.Rar to yubnub.jar 5.Zip to fastyub_1.7 6.Install it and enjoy :)
2 comments:
Hi!
FastYub seems to be exactly what I was looking for to integrate YubNub into my daily workflow. The only problem is that the default shortcut conflicts with that of the Scrapbook extension. Is there a way to change it?
Thanks!
Hi Eliazar !
Shortcut configuration feature is on my todolist since 0.1 version :P.
..maybe it's time to code it.
Hold on , and if you don't have enough time to wait, follow this lines:
1.Unzip fastyub_1.7.xpi
2.Unrar fastyub.rar
3.In yubnubOverlay.js,modify keyPressed(..) function has you want.Now it looks like this.
function keyPressed(event, bFromKeySet) {
if (event.ctrlKey&&event.shiftKey && event.charCode == 75) {
yubnub();
return;
}
}
4.Rar to yubnub.jar
5.Zip to fastyub_1.7
6.Install it and enjoy :)
Post a Comment