Visual Studio 2005에서 도구-설정 가져오기 및 내보내기를 통해서 사용자가 지정한 단축키를 내보내기를 하고 재설치를 하거나 다른 컴퓨터에서 가져오기를 했을때 키보드 바인딩이 제대로 안되는 경험을 해보았을 것이다. ![]() 2. 저장된 파일을 텍스트 에디터를 이용해 Shortcut Command만 남기고 모두 삭제한다. 중복된 부분도 보이는데 이런 부분은 현재 사용중인것만 남기고 삭제한다. 3. 그리고 단축키를 제외한 파일을 만들어서 단축키와 환경설정에 대해서 별도로 관리를 하면 된다. LEEGUNHO_VS2005_Keybinding.vssettings LEEGUNHO_VS2005_WithoutKeyBinding.vssettings ■ 지정 단축키 ■ [code] <UserShortcuts> <Shortcut Command="VisualAssistX.SurroundSelectionWithComment" Scope="전역">Ctrl+/</Shortcut> <Shortcut Command="VisualAssistX.ReparseCurrentFile" Scope="전역">Ctrl+Shift+W</Shortcut> <Shortcut Command="Project.SetasStartUpProject" Scope="전역">Ctrl+Shift+'</Shortcut> <Shortcut Command="Window.CloseAllDocuments" Scope="전역">Ctrl+Shift+C</Shortcut> <Shortcut Command="Build.BuildSelection" Scope="전역">F7</Shortcut> <Shortcut Command="Build.RebuildSelection" Scope="전역">Ctrl+Shift+A</Shortcut> <Shortcut Command="Project.AddNewItem" Scope="전역">Ctrl+Shift+N</Shortcut> <Shortcut Command="Project.AddClass" Scope="전역">Ctrl+Shift+M</Shortcut> <Shortcut Command="ClassViewContextMenus.ClassViewProject.Debug.Startnewinstance" Scope="전역">Ctrl+Alt+F6</Shortcut> <Shortcut Command="View.ErrorList" Scope="전역">Ctrl+1</Shortcut> <Shortcut Command="View.Output" Scope="전역">Ctrl+2</Shortcut> <Shortcut Command="View.FindResults1" Scope="전역">Ctrl+3</Shortcut> <Shortcut Command="View.CodeDefinitionWindow" Scope="전역">Ctrl+4</Shortcut> <Shortcut Command="File.GetLatestVersion" Scope="전역">Alt+1</Shortcut> <Shortcut Command="CheckIn" Scope="전역">Alt+2</Shortcut> <Shortcut Command="View.PendingCheckins" Scope="전역">Alt+3</Shortcut> </UserShortcuts> [/code] "Technical Article" 카테고리의 다른 글
|
'Visual Studio'에 해당되는 글 1건
- 2009/02/10 Visual Studio 2005 단축키 설정이 제대로 바인딩 안될때 해결방법 (3)


댓글을 달아 주세요
이 소스 보니깐 나도 전역하고 싶어요~
2009/03/11 08:47그 전역이 아니자나~ ㅋㅋ
2009/03/13 09:34여튼 빨리해라 ^^ 소집해제~
예비군이 기다릴뿐 ㅡㅡ;;
흐흐 전역하고 싶을때마다 와서 이소스 봐야지..
2009/05/07 14:22