Search Unity

Managing editor shortcut keys

Discussion in 'Editor & General Support' started by JMousey, Apr 24, 2015.

  1. JMousey

    JMousey

    Joined:
    Dec 20, 2013
    Posts:
    12
    I have found over time, that making larger productions involves many tools. Editors, grid snappers, spline tools, world population, inline level editors, etc... However, it has become a massive pain to handle all the keyboard shortcuts from all the varying unity add ons.

    This might be a Unity feature request, but it would be nice if there was a window that shows all the keyboard shortcut keys that are registered from all editor scripts in the project and a callback hook returning a string for shortcut key info. Perhaps if the scripts could register with the unity editor for a more generic shortcut key system then allow Unity to set the shortcut keys, even better.

    How has everyone else been dealing with the scalability of things ? I could spend the time and find all the scripts and edit the attributes by hand, but so many tools have built tutorials that make keeping them vanilla useful