diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 20:05:48 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 20:05:48 +0200 |
commit | 21f100fc6f965663f07095882170cec3984b1f59 (patch) | |
tree | 86ade75b9f2d5e520928fc68f991bb957f3974ec | |
parent | 2b39977a8b7cdc07fb4016aaa9f13ce7c9594cea (diff) | |
download | wcms-21f100fc6f965663f07095882170cec3984b1f59.tar.gz wcms-21f100fc6f965663f07095882170cec3984b1f59.zip |
feature : keyboard shortcut for display function
-rw-r--r-- | app/view/templates/edithelp.php | 2 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/view/templates/edithelp.php b/app/view/templates/edithelp.php index f3a1fc6..765adc0 100644 --- a/app/view/templates/edithelp.php +++ b/app/view/templates/edithelp.php @@ -2,6 +2,8 @@ <h4>update shortcut</h4> <kbd>CTRL</kbd> + <kbd>S</kbd> + <h4>display shortcut</h4> + <kbd>CTRL</kbd> + <kbd>D</kbd> <h4>Markdown synthax</h4> <ul> <li><code>[<i>hello</i>](<i>PAGE_ID</i>)</code>link</li> diff --git a/composer.json b/composer.json index 98f4cf7..8e73134 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "w-cms", "description": "point'n think", - "version": "1.7.2", + "version": "1.7.3", "require": { "michelf/php-markdown": "^1.8", "league/plates": "3.*", |