Specify that 'SHIFT' + 'R' should be pressed:
// import static org.fest.swing.fixture.KeyPressInfo.*; KeyPressInfo i = key(VK_R).modifiers(SHIFT_MASK);
For platform-safe mask pressing (e.g. 'Control' in Windows or 'Command' in MacOS) use {@link Platform#controlOrCommandMask()}.
@author Alex Ruiz @author Yvonne Wang
|
|
|
|
|
|
|
|
|
|