1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-21 20:52:11 +01:00

update shortcuts for order of tab items

This commit is contained in:
rhysd 2017-04-16 22:43:04 +09:00
parent 7fa8cdac10
commit e70ca557a0

View File

@ -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'
},
};
}