From e70ca557a0e54c63635ad4b69e633d3c720aee68 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 16 Apr 2017 22:43:04 +0900 Subject: [PATCH] update shortcuts for order of tab items --- main/config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/config.ts b/main/config.ts index 91adff7..9789b5c 100644 --- a/main/config.ts +++ b/main/config.ts @@ -39,12 +39,12 @@ 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', - 4: '/web/timelines/public', - 5: '/web/getting-started' + 1: '/web/statuses/new', + 2: '/web/timelines/home', + 3: '/web/notifications', + 4: '/web/timelines/public/local', + 5: '/web/timelines/public', + 6: '/web/getting-started' }, }; }