diff --git a/public/shortcuts.ts b/public/shortcuts.ts index ec13d49..405b820 100644 --- a/public/shortcuts.ts +++ b/public/shortcuts.ts @@ -1,5 +1,10 @@ function keyboardShortcutsOn() { + $(document).bind('keydown', 'c', () => { + clear() + recordKeypress('c') + clearSelection() + }) $(document).bind('keydown', 'p', () => { clear() recordKeypress('p')