struct in UnityEditor.ShortcutManagement
/
Implemented in:UnityEditor
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.
CloseFor 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.
CloseRepresents a combination of a non-modifier key and zero or more modifier keys.
action | Is 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. |
alt | Is the Alt key (or Option key on macOS) modifier part of the key combination? |
keyCode | Key code representing non-modifier key of key combination. |
modifiers | Modifier keys of key combination. |
shift | Is the Shift key modifier part of key combination? |
KeyCombination | Creates a new key combination with given key code and shortcut modifiers. |
ToString | Returns string representation of key combination. |