Méthode | Description | |
---|---|---|
NppShortcut ( bool ctrl, bool alt, bool shift, Keys keyCode ) : System |
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. |
Résultat | System |