mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Fix d bookmark keyboard shortcut (#3285)
This commit is contained in:
@@ -105,6 +105,7 @@ const hotkeyMatcherMap = {
|
|||||||
reply: just('r'),
|
reply: just('r'),
|
||||||
favourite: just('f'),
|
favourite: just('f'),
|
||||||
boost: just('b'),
|
boost: just('b'),
|
||||||
|
bookmark: just('d'),
|
||||||
quote: just('q'),
|
quote: just('q'),
|
||||||
mention: just('m'),
|
mention: just('m'),
|
||||||
open: any('enter', 'o'),
|
open: any('enter', 'o'),
|
||||||
|
|||||||
Reference in New Issue
Block a user