diff --git a/app/javascript/flavours/glitch/components/hotkeys/index.tsx b/app/javascript/flavours/glitch/components/hotkeys/index.tsx index b1484ec3acb816..d679592b028a94 100644 --- a/app/javascript/flavours/glitch/components/hotkeys/index.tsx +++ b/app/javascript/flavours/glitch/components/hotkeys/index.tsx @@ -105,6 +105,7 @@ const hotkeyMatcherMap = { reply: just('r'), favourite: just('f'), boost: just('b'), + bookmark: just('d'), quote: just('q'), mention: just('m'), open: any('enter', 'o'),