mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Change move-to-archive keyboard shortcut to '-'
This commit is contained in:
parent
c632bc4555
commit
cecb4b8336
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ Mousetrap.bind('space', evt => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Mousetrap.bind('c', evt => {
|
Mousetrap.bind('-', evt => {
|
||||||
const cardId = getSelectedCardId();
|
const cardId = getSelectedCardId();
|
||||||
if (!cardId) {
|
if (!cardId) {
|
||||||
return;
|
return;
|
||||||
|
|
@ -222,7 +222,7 @@ Template.keyboardShortcuts.helpers({
|
||||||
action: 'shortcut-assign-self',
|
action: 'shortcut-assign-self',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: ['c'],
|
keys: ['-'],
|
||||||
action: 'archive-card',
|
action: 'archive-card',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue