feat: close #1055 cmd/alt/ctrl + arrow up/down to switch window

This commit is contained in:
Yidadaa
2023-05-09 23:01:17 +08:00
parent 9b1f25140e
commit 2b7f72deec
3 changed files with 30 additions and 11 deletions

View File

@@ -38,3 +38,5 @@ export const MIN_SIDEBAR_WIDTH = 230;
export const NARROW_SIDEBAR_WIDTH = 100;
export const ACCESS_CODE_PREFIX = "ak-";
export const LAST_INPUT_KEY = "last-input";