Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [reddeer-dev] Help on function keys


Hey Jeff,

I would try this snippet:

Keyboard keyboard = KeyboardFactory.getKeyboard();
keyboard.invokeKeyCombination(SWT.F3);


That should do the trick.
Regards.



On Fri, Nov 26, 2021 at 5:21 PM Jean-Francois Maury <jmaury@xxxxxxxxxx> wrote:
Hello,

need to write a scenario where:
- open a file in editor
- select text
- execute the goto handler (F3 function key)

Do you have any advice on how to perform step 3 ?

Thanks

--

Jeff Maury

Manager, DevTools

Red Hat EMEA

jmaury@xxxxxxxxxx   

_______________________________________________
reddeer-dev mailing list
reddeer-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/reddeer-dev

Back to the top