From 1f7fdb0d00fbf0d16e7d04834897257de7045971 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Tue, 15 Oct 2019 19:04:31 -0400 Subject: [PATCH] change keyboard shortcuts for approve/reject (#2635) --- src/core/client/admin/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/client/admin/constants.ts b/src/core/client/admin/constants.ts index e5baeb8ef..6d9ed0b23 100644 --- a/src/core/client/admin/constants.ts +++ b/src/core/client/admin/constants.ts @@ -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",