Browse Source

Change assign-self shortcut in shortcut help popup

Nadav Tasher 5 months ago
parent
commit
44aeb323d9
1 changed files with 1 additions and 1 deletions
  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',
     },
     {