mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Update translation source file
This commit is contained in:
parent
0ce381aa0a
commit
9961de9c30
13 changed files with 188 additions and 187 deletions
|
|
@ -39,24 +39,24 @@ Mousetrap.bind(['down', 'up'], (evt, key) => {
|
|||
Template.keyboardShortcuts.helpers({
|
||||
mapping: [{
|
||||
keys: ['W'],
|
||||
action: 'Toogle Board Sidebar'
|
||||
action: 'shortcut-toogle-sidebar'
|
||||
}, {
|
||||
keys: ['Q'],
|
||||
action: 'Filter my cards'
|
||||
action: 'shortcut-filter-my-cards'
|
||||
}, {
|
||||
keys: ['X'],
|
||||
action: 'Clear all filters'
|
||||
action: 'shortcut-clear-filters'
|
||||
}, {
|
||||
keys: ['?'],
|
||||
action: 'Bring up this shortcuts list'
|
||||
action: 'shortcut-show-shortcuts'
|
||||
}, {
|
||||
keys: ['ESC'],
|
||||
action: 'Close Dialog'
|
||||
action: 'shortcut-close-dialog'
|
||||
}, {
|
||||
keys: ['@'],
|
||||
action: 'Autocomplete members'
|
||||
action: 'shortcut-autocomplete-members'
|
||||
}, {
|
||||
keys: [':'],
|
||||
action: 'Autocomplete emojies'
|
||||
action: 'shortcut-autocomplete-emojies'
|
||||
}]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue