> Are there ways to set keyboard shortcuts on entry fields or the document (so
> I can react to e.g. "Enter"
html form
defaultAction: [ " Your ENTER handler callback " ];
with: [ ... ]
> or "Cmd-P"),
html textInput
accessKey: $p;
...
> and to select which field has
> focus?
html textInput
script: html formElement focus;
...
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside