aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 16:47:32 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 16:47:32 +0100
commita73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad (patch)
tree904fa0385c9b68d426bddae3b88ab81c07439633 /src/stores/AppStore.js
parentMerge branch 'chore/react-intl-manager' into develop (diff)
downloadferdium-app-a73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad.tar.gz
ferdium-app-a73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad.tar.zst
ferdium-app-a73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad.zip
fix(Service) shortcuts for activating prev/next service fixes #1298
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index d933ca407..1db61a64e 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -157,19 +157,6 @@ export default class AppStore extends Store {
157 this.stores.router.push(url); 157 this.stores.router.push(url);
158 }); 158 });
159 159
160 // Set active the next service
161 key(
162 '⌘+pagedown, ctrl+pagedown, ⌘+alt+right, ctrl+tab', () => {
163 this.actions.service.setActiveNext();
164 },
165 );
166
167 // Set active the prev service
168 key(
169 '⌘+pageup, ctrl+pageup, ⌘+alt+left, ctrl+shift+tab', () => {
170 this.actions.service.setActivePrev();
171 },
172 );
173 160
174 // Global Mute 161 // Global Mute
175 key( 162 key(