Browse Source

Change shortcut help message

Nadav Tasher 5 months ago
parent
commit
f803190dd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/lib/keyboard.js

+ 1 - 1
client/lib/keyboard.js

@@ -363,7 +363,7 @@ Template.keyboardShortcuts.helpers({
       action: 'remove-labels-multiselect'
     },
     {
-      keys: ['ctrl + shift + number keys 1-9'],
+      keys: ['ctrl + alt + number keys 1-9'],
       action: 'toggle-asignees'
     },
   ],