On Dec 28, 9:56 am, RA <
nameany...@gmail.com> wrote:
> How do I assign a hotkey for a script? I found one way but it works
> only when the tiddler is open. It does not work when the script is
> inside a popup.
The technique you used (assigning the place.lastChild.accessKey) is
correct. However, access keys only work for elements that are
currently rendered. Popup contents are rendered "on the fly", so the
access key isn't defined until the popup is visible, and is removed
again when the popup is dismissed.
-e