Table of Contents

Enum ScKeyCode

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

A visible or control character. The lower 16-bits are used to form a key definition.

public enum ScKeyCode

Fields

ADD = 310
BACK = 8
DELETE = 308
DIVIDE = 312
DOWN = 300
END = 305
ESCAPE = 7
HOME = 304
INSERT = 309
LEFT = 302
MENU = 315
NEXT = 307

Page Down

PRIOR = 306

Page Up

RETURN = 13
RIGHT = 303
RWIN = 314
SUBTRACT = 311
TAB = 9
UP = 301
WIN = 313

Remarks