Fix d bookmark keyboard shortcut (#3285)

This commit is contained in:
Claire 2025-11-19 22:25:53 +01:00 committed by GitHub
parent 4612014192
commit 21110f0270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'),