[solved] starting a find with [return]?

Hello,
how can I start a find/search in ajax, when the user hits [return] after he’s written the search-text in a field?
At the moment the user must klick on a button to start the find, but this is not very comfortable:


  VALUE U'onSearch'
**SAG DEFINE EXIT EVENT-onSearch

FIND FOO WITH BAR = #FOOBAR
  MOVE X TO FX
  MOVE Y TO FY
  MOVE Z TO FZ
END-FIND

I’ve looked at some Doku, but could not find a solution.

Thank you very much for your helping hand! :smiley:
cu,
Matthias

Hi Matthias,

you can apply hotkeys for single controls and/or for the whole page.
A corrsponding hotkey for the [return] should do the trick.

Best Regards,
Christine

Hi Christine,

it works! :smiley:
Thx for your help,
cu,
Matthias