aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
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(