MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / isCtrlDown

Function isCtrlDown

apps/client/src/code/utils/misc.ts:79–81  ·  view source on GitHub ↗
(event: KeyboardEvent | MouseEvent)

Source from the content-addressed store, hash-verified

77}
78
79export function isCtrlDown(event: KeyboardEvent | MouseEvent) {
80 return event.ctrlKey || event.metaKey;
81}
82
83const _modifiers = ['Alt', 'Control', 'Meta', 'Shift'] as const;
84export function modsMatch(

Callers 6

performMethod · 0.90
performMethod · 0.90
NoteResizingClass · 0.90
NoteDraggingClass · 0.90
useEditingOnTypingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected