Skip to content

textmode.js / Textmodifier / modifierState

Property: modifierState

ts
readonly modifierState: object;

Current modifier key state.

NameTypeDescription
altbooleanWhether the Alt key is currently pressed
ctrlbooleanWhether the Ctrl key is currently pressed
metabooleanWhether the Meta key (Command on Mac, Windows key on Windows) is currently pressed
shiftbooleanWhether the Shift key is currently pressed

Example