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…
취소
저장