Clicky

Systempuntoout: FastYub! 1.7

Saturday, May 13, 2006

FastYub! 1.7

1.7 version is now available.
Some minor fix and Firefox 0.7 -1.6 support.

Download on Mozilla

2 comments:

elzr said...

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!

sys.out said...

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 :)