Overview
| Comment: | [tb] useless command |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | tb |
| Files: | files | file ages | folders |
| SHA3-256: |
f1752783e6b933226bed6861e45b7a6b |
| User & Date: | olr on 2020-07-10 13:38:56 |
| Other Links: | manifest | tags |
Context
|
2020-07-10
| ||
| 14:33 | [fx] remove event listener in gc panel conjugueur check-in: 20fb09749e user: olr tags: trunk, fx | |
| 13:38 | [tb] useless command check-in: f1752783e6 user: olr tags: trunk, tb | |
| 13:38 | [tb] useless permissions check-in: d7e571ac2c user: olr tags: trunk, tb | |
Changes
Modified gc_lang/fr/mailext/manifest.json from [a2b24fd80d] to [5c879ffe02].
| ︙ | ︙ | |||
41 42 43 44 45 46 47 |
"scripts": [
"grammalecte/graphspell/helpers.js",
"background.js"
]
},
"commands": {
| < < < < | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
"scripts": [
"grammalecte/graphspell/helpers.js",
"background.js"
]
},
"commands": {
"conjugueur_tab": {
"suggested_key": { "default": "Ctrl+Shift+6" },
"description": "Ouvre le conjugueur"
},
"lexicon_editor": {
"suggested_key": { "default": "Ctrl+Shift+7" },
"description": "Ouvre l’éditeur lexical"
|
| ︙ | ︙ |