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:
Lauri Ojansivu 2024-12-15 17:58:48 +02:00
parent c357c77e7e
commit ba0fdaef72

View file

@ -190,7 +190,7 @@ Mousetrap.bind('space', evt => {
}
});
Mousetrap.bind('`', evt => {
Mousetrap.bind('c', evt => {
const cardId = getSelectedCardId();
if (!cardId) {
return;
@ -307,7 +307,7 @@ Template.keyboardShortcuts.helpers({
action: 'shortcut-assign-self',
},
{
keys: ['`', '÷'],
keys: ['c', '÷'],
action: 'archive-card',
},
{