From 6ec4329284177e081ff5e11d80cdf274b4731f3a Mon Sep 17 00:00:00 2001 From: Yangshun Date: Wed, 23 Jul 2025 09:41:14 +0800 Subject: [PATCH] [socialmon] inbox: update post list shortcuts for new order --- apps/socialmon/src/config/shortcuts.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/socialmon/src/config/shortcuts.ts b/apps/socialmon/src/config/shortcuts.ts index 1092f4497..a1a127af7 100644 --- a/apps/socialmon/src/config/shortcuts.ts +++ b/apps/socialmon/src/config/shortcuts.ts @@ -34,15 +34,15 @@ export const SHORTCUTS: Record = { }, [ShortcutAction.GO_TO_IRRELEVANT]: { description: 'Go to irrelevant posts', - keys: ['g', '3'], + keys: ['g', '4'], }, [ShortcutAction.GO_TO_PENDING]: { description: 'Go to pending posts', - keys: ['g', '4'], + keys: ['g', '2'], }, [ShortcutAction.GO_TO_REPLIED]: { description: 'Go to replied posts', - keys: ['g', '2'], + keys: ['g', '3'], }, [ShortcutAction.NEXT_POST]: { description: 'Go to next post',