How do I set the accesskey property of a Button control in XPages to be a function key, e.g. F1?
The property panel for a Button in XPages only allows a single character. I can compute the value, but I'm not expecting a return value of F1 to work. Is it possible to set the accesskey to one of the function keys or are those keys restricted as browser shortcuts?