4.40. Modifier Keys
Prev
Chapter 4. Parameters
Next
Jubula Reference Manual
>
Parameters
>
Modifier Keys
4.40. Modifier Keys
Parameter Name
Data Type
Possible Values
Default
MODIFIER_KEYS
String
none
shift
control
alt
meta
cmd
mod
0
Table 4.41. MODIFIER_KEYS
Use this parameter to specify a key or keys to be pressed at the same time as the action is being executed.
You can use this parameter to specify the following keys, or combinations thereof:
shift
control - This is the first modifier for Win and Lin
cmd - This is the first modifier for Mac
mod - This is the platform-independent first modifier and corresponds to
control
on Win and Lin, and
cmd
for Mac.
meta
alt
You can also select
none
if you do not need a modifier
You can enter multiple modifiers for a key combination by entering a space-separated list of modifiers, e.g.
alt shift
.
Copyright BREDEX GmbH 2015. Made available under the Eclipse Public License v1.0.