|
@@ -1,6 +1,5 @@
|
|
import { ReactiveCache } from '/imports/reactiveCache';
|
|
import { ReactiveCache } from '/imports/reactiveCache';
|
|
|
|
|
|
-/*
|
|
|
|
// XXX There is no reason to define these shortcuts globally, they should be
|
|
// XXX There is no reason to define these shortcuts globally, they should be
|
|
// attached to a template (most of them will go in the `board` template).
|
|
// attached to a template (most of them will go in the `board` template).
|
|
|
|
|
|
@@ -256,11 +255,8 @@ Mousetrap.bind('n', evt => {
|
|
evt.preventDefault();
|
|
evt.preventDefault();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
-*/
|
|
|
|
-
|
|
|
|
|
|
|
|
Template.keyboardShortcuts.helpers({
|
|
Template.keyboardShortcuts.helpers({
|
|
-/*
|
|
|
|
mapping: [
|
|
mapping: [
|
|
{
|
|
{
|
|
keys: ['w'],
|
|
keys: ['w'],
|
|
@@ -323,5 +319,4 @@ Template.keyboardShortcuts.helpers({
|
|
action: 'remove-labels-multiselect'
|
|
action: 'remove-labels-multiselect'
|
|
},
|
|
},
|
|
],
|
|
],
|
|
-*/
|
|
|
|
});
|
|
});
|