Working
INSTRUCTIONS
CHALLENGES (0/1)
DISCUSSIONS
Combination key type
Medium
25.0% Acceptance
Combine multiple modifier keys, but the same modifier key combination cannot appear.
In the
ModifierKeys
provided, the priority of the previous value is higher than the latter value; that is,
cmd ctrl
is OK, but
ctrl cmd
is not allowed.