Robert Carnecky hace 10 años
padre
commit
95fb9ac171
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      generator/js/ui.ts

+ 1
- 0
generator/js/ui.ts Ver fichero

@@ -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…
Cancelar
Guardar