Robert Carnecky 10 年之前
父節點
當前提交
95fb9ac171
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      generator/js/ui.ts

+ 1
- 0
generator/js/ui.ts 查看文件

@@ -564,6 +564,7 @@ module RpgCardsUI {
564 564
 
565 565
         // Shortcuts
566 566
         var shortcut_options = { disable_in_input: true };
567
+        shortcut.add("ctrl+m", toggle_menu, shortcut_options);
567 568
         shortcut.add("ctrl+n", add_new_card, shortcut_options);
568 569
         shortcut.add("ctrl+d", duplicate_card, shortcut_options);
569 570
         shortcut.add("delete", delete_card, shortcut_options);

Loading…
取消
儲存