mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Merge pull request #5647 from NadavTasher/bugfix/change-assign-self-shortcut
Fix assign-self shortcut in shortcut help popup (different from actual shortcut)
This commit is contained in:
commit
78d38bc4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ Template.keyboardShortcuts.helpers({
|
||||||
action: 'shortcut-add-self',
|
action: 'shortcut-add-self',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: ['n'],
|
keys: ['m'],
|
||||||
action: 'shortcut-assign-self',
|
action: 'shortcut-assign-self',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue