From 16b224d973e82974a67c7e706a290867b205bdb6 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 16 Apr 2017 22:12:37 +0900 Subject: [PATCH] add '/web/statuses/new' to shortcut --- main/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/main/config.ts b/main/config.ts index 524ea85..91adff7 100644 --- a/main/config.ts +++ b/main/config.ts @@ -39,6 +39,7 @@ function makeDefaultConfig(): Config { k: 'scroll-up', i: 'scroll-top', m: 'scroll-bottom', + n: '/web/statuses/new', 1: '/web/timelines/home', 2: '/web/notifications', 3: '/web/timelines/public/local',