mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Revert back to have shortcut "c to archive" back for non-Persian keyboards.
Thanks to hatl and xet7 ! Related #1878
This commit is contained in:
parent
c357c77e7e
commit
ba0fdaef72
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ Mousetrap.bind('space', evt => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Mousetrap.bind('`', evt => {
|
Mousetrap.bind('c', evt => {
|
||||||
const cardId = getSelectedCardId();
|
const cardId = getSelectedCardId();
|
||||||
if (!cardId) {
|
if (!cardId) {
|
||||||
return;
|
return;
|
||||||
|
|
@ -307,7 +307,7 @@ Template.keyboardShortcuts.helpers({
|
||||||
action: 'shortcut-assign-self',
|
action: 'shortcut-assign-self',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: ['`', '÷'],
|
keys: ['c', '÷'],
|
||||||
action: 'archive-card',
|
action: 'archive-card',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue