mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 13:48:49 +01:00
Revert "Hide and disable Keyboard Shortcuts, because they make using Ctrl-C to copy etc impossible."
This reverts commit 5606414f89.
This commit is contained in:
parent
18f6d4cb16
commit
68c7a41906
3 changed files with 4 additions and 11 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
|
||||
/*
|
||||
// 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).
|
||||
|
||||
|
|
@ -256,11 +255,8 @@ Mousetrap.bind('n', evt => {
|
|||
evt.preventDefault();
|
||||
}
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
Template.keyboardShortcuts.helpers({
|
||||
/*
|
||||
mapping: [
|
||||
{
|
||||
keys: ['w'],
|
||||
|
|
@ -323,5 +319,4 @@ Template.keyboardShortcuts.helpers({
|
|||
action: 'remove-labels-multiselect'
|
||||
},
|
||||
],
|
||||
*/
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue