C# Class NppSharp.NppShortcut

An instance of the shortcut key sequence, used to designate the shortcut for commands.
Show file Open project: cmrazek/NppSharp Class Usage Examples

Public Methods

Method Description
NppShortcut ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System

Creates a new shortcut object.

Method Details

NppShortcut() public method

Creates a new shortcut object.
public NppShortcut ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System
ctrl bool Control key required?
alt bool Alt key required?
shift bool Shift key required?
keyCode Keys The virtual key code.
return System