We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef238ad commit a0bbcaeCopy full SHA for a0bbcae
Assets/JCSUnity/Editor/JCSUnity_Hotkeys.cs
@@ -46,7 +46,7 @@ private static void SelectLockableInspector()
46
}
47
48
49
- [MenuItem(MI_BaseName + "/Toggle Lock &q", false, MI_BasePriority + 50)]
+ [MenuItem(MI_BaseName + "/Toggle Inspector Lock &w", false, MI_BasePriority + 50)]
50
private static void ToggleInspectorLock()
51
{
52
if (_mouseOverWindow == null)
0 commit comments