C# Class AvalonStudio.Controls.KeyExtensions

Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
IsLanguageSpecificTriggerKey ( this key ) : bool
IsModifierKey ( this key ) : bool
IsNavigationKey ( this key ) : bool
IsSearchKey ( this key ) : bool
IsTriggerKey ( this key ) : bool

Method Details

IsLanguageSpecificTriggerKey() public static method

public static IsLanguageSpecificTriggerKey ( this key ) : bool
key this
return bool

IsModifierKey() public static method

public static IsModifierKey ( this key ) : bool
key this
return bool

IsNavigationKey() public static method

public static IsNavigationKey ( this key ) : bool
key this
return bool

IsSearchKey() public static method

public static IsSearchKey ( this key ) : bool
key this
return bool

IsTriggerKey() public static method

public static IsTriggerKey ( this key ) : bool
key this
return bool