ソースを参照

Revert back to have shortcut "c to archive" back for non-Persian keyboards.

Thanks to hatl and xet7 !

Related #1878
Lauri Ojansivu 5 ヶ月 前
コミット
ba0fdaef72
1 ファイル変更2 行追加2 行削除
  1. 2 2
      client/lib/keyboard.js

+ 2 - 2
client/lib/keyboard.js

@@ -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',
     },
     },
     {
     {