Merge pull request #10008 from raisedadead/fix/update-wiki-hotkey

Update wiki HotKey to forum
This commit is contained in:
That Guy
2016-07-31 01:31:34 +01:00
committed by GitHub

View File

@ -20,7 +20,6 @@ const softRedirects = {
'g n n': '/challenges/next-challenge',
'g n a': '/about',
'g n m': '/map',
'g n w': '/wiki',
'g n s': '/shop',
'g n o': '/settings'
};
@ -33,6 +32,10 @@ export default function mouseTrapSaga(actions$) {
'g n r',
() => hardGoTo('https://github.com/freecodecamp/freecodecamp')
),
bindKey$(
'g n w',
() => hardGoTo('http://forum.freecodecamp.com')
),
bindKey$('g m', toggleMapDrawer),
bindKey$('g t n', toggleNightMode),
bindKey$('g c', toggleMainChat)