New AccessKeys.js
A while back, I unveiled a Javascript trick for making accesskey keybindings editable by the user. Rich Pedley noticed a bug in my implementation. Which necessitates the release of a new version: AccessKeys.js 0.12.
Share and enjoy!
Update (4/4/2006):
The indefatigable Mr. Pedley discovered thatAccesskeys.js
was not working in IE/6. The reason turned out to be Internet Explorer’s … ahem … incomplete and quirky implementation of the setAttribute()
/getAttribute()
DOM methods. So I’ve revised the Javascript, yet again, to compensate.
Re: New AccessKeys.js
Unfortunately, there now appears to be another error - though I’m not sure if the original had it in or not.
It no longer works in IE6…