C# 클래스 NetIde.Services.CommandManager.NiCommandManager.KeyboardMappingManager

파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
KeyboardMappingManager ( NiCommandManager commandManager ) : System
Load ( ) : INiKeyboardMappings
ProcessMessage ( Message &m ) : bool
Save ( INiKeyboardMappings mappings ) : void

비공개 메소드들

메소드 설명
CreateKeysValue ( Keys keys ) : string
LoadFromRegistry ( ) : Keys[]>.Dictionary
LoadInitialKeys ( ) : void
LoadMappings ( ) : void
OpenRegistryKey ( bool writable ) : RegistryKey

메소드 상세

KeyboardMappingManager() 공개 메소드

public KeyboardMappingManager ( NiCommandManager commandManager ) : System
commandManager NiCommandManager
리턴 System

Load() 공개 메소드

public Load ( ) : INiKeyboardMappings
리턴 INiKeyboardMappings

ProcessMessage() 공개 메소드

public ProcessMessage ( Message &m ) : bool
m System.Windows.Forms.Message
리턴 bool

Save() 공개 메소드

public Save ( INiKeyboardMappings mappings ) : void
mappings INiKeyboardMappings
리턴 void