mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
change keyboard shortcuts for approve/reject (#2635)
This commit is contained in:
committed by
Wyatt Johnson
parent
3bfcc509d2
commit
1f7fdb0d00
@@ -2,8 +2,8 @@ export const REDIRECT_PATH_KEY = "adminRedirectPath";
|
||||
export const HOTKEYS = {
|
||||
NEXT: "j",
|
||||
PREV: "k",
|
||||
APPROVE: "d",
|
||||
REJECT: "f",
|
||||
APPROVE: "f",
|
||||
REJECT: "d",
|
||||
SWITCH_QUEUE: "t",
|
||||
ZEN: "z",
|
||||
BAN: "b",
|
||||
|
||||
Reference in New Issue
Block a user