Studio에서 View, Controller, Style 간의 이동 단축키

지금 보고 있는 파일에 해당하는 view, style, controller간의 이동 단축키는 언제 추가되었을까요? ^^ 너무 필요했는데 이동하는 줄도 모르고 생성하는 단축키로만 쓰고 있었네요.ㅠㅠ

  • Controller file : Cmd+Shift+C (Mac), Ctrl+Shift+C (Window and Linux)
    (참고로 좌측 Explorer에서 위 단축키를 눌르면 Alloy Controller, style, view 한번에 생성 됩니다.)
  • Style file : Cmd+Shift+S (Mac), Ctrl+Shift+S (Window and Linux)
  • View file : Cmd+Shift+V (Mac), Ctrl+Shift+V (Window and Linux)

참고 Appcelerator Doc : http://docs.appcelerator.com/titanium/3.0/#!/guide/Alloy_Tasks_in_Studio-section-37536787_AlloyTasksinStudio-NavigatingeasilyamongAlloyelementfiles

comment line 단축키와 controller로 이동하는 단축키가 Cmd+Shift+C로 동일합니다. 이를 제거하기 위해서 'Commnads > Source > Edit this bundle." 한 이후에 toggle_comment.rb를 열어서 cmd.key_binding = ["M1+/", "M1+7", "M1+M2+C"]에서 , "M1+M2+C"를 삭제하고 Studio를 재시작하세요. (참고 문서)