Explorar el Código

Change assign-self shortcut in shortcut help popup

Nadav Tasher hace 7 meses
padre
commit
44aeb323d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/lib/keyboard.js

+ 1 - 1
client/lib/keyboard.js

@@ -332,7 +332,7 @@ Template.keyboardShortcuts.helpers({
       action: 'shortcut-add-self',
     },
     {
-      keys: ['n'],
+      keys: ['m'],
       action: 'shortcut-assign-self',
     },
     {