[socialmon] inbox: update post list shortcuts for new order

This commit is contained in:
Yangshun 2025-07-23 09:41:14 +08:00
parent 4101fdd5c0
commit 6ec4329284
1 changed files with 3 additions and 3 deletions

View File

@ -34,15 +34,15 @@ export const SHORTCUTS: Record<ShortcutAction, ShortcutConfig> = {
},
[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',