LookItUp2

By Bjørn Rosell Last update Apr 14, 2008 — Installed 51,132 times.

opens with Command+C

in
Subscribe to opens with Command+C 3 posts, 2 voices



ycc2106 Scriptwright

For me it opens with Command+C... maybe there's a conflict somewhere but I can't see what it could be.
Any idea?
Does someone else have this problem?

 
bbtrash User
FirefoxMacintosh

yes, I have the same problem. I've tried to disable all the scripts and all the add-ons but it didn't solve the problem.Any suggestion?
Moreover I cannot edit my website list cause it didn't recognize # (option + à {italian keyboard layout})

 
ycc2106 Scriptwright
FirefoxMacintosh

I thought I'd look into the code but never took the time... just gave up.
I did think about tweaking:


var bCharCode = (parseInt(navigator.appVersion) >= 3);
var defaultSettings = {
sites: defaultSites,
switchToSiteModeOnShortcut: false,
switchToSiteModeOnTabClick: false,
searchBoxKey: {
ctrl: true,
alt: false,
shift: true,
charCode: (bCharCode?32:0),
keyCode: (bCharCode?0:32)
}

and use alt instead ? (ctrl:false, alt:true)