Table of Contents

Enum KeyMod

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

Symbolic key codes and modifier flags. ASCII and other printable characters below 256. Extended keys above 300. (Scintilla feature SCMOD_)

[Flags]
public enum KeyMod

Fields

ALT = 4
CTRL = 2
META = 16
NORM = 0
SHIFT = 1
SUPER = 8