[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/ShortcutManagement.KeyCombination.html [Back]  [Original]

Unity - Scripting API: KeyCombination
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    KeyCombination

    struct in UnityEditor.ShortcutManagement

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Represents a combination of a non-modifier key and zero or more modifier keys.

    Properties

    Property Description
    actionIs the action key modifier part of the key combination? The action key represents the Control key on Windows and Linux, and the Command key on macOS.
    altIs the Alt key (or Option key on macOS) modifier part of the key combination?
    controlDetermines if the Control key modifier is part of the key combination. Represents the Control key on Windows, macOS, and Linux.
    keyCodeKey code representing non-modifier key of key combination.
    modifiersModifier keys of key combination.
    shiftIs the Shift key modifier part of key combination?

    Constructors

    Constructor Description
    KeyCombinationCreates a new key combination with given key code and shortcut modifiers.

    Public Methods

    Method Description
    ToStringReturns string representation of key combination.

    Web Proxy Viewer  |  New URL  |  Original Page