Changes for page XWiki Keyboard Shortcuts

Last modified by Vincent Massol on 2020/10/21

<
From version < 20.1 >
edited by Clément Aubin
on 2017/11/07
To version < 21.1 >
edited by Clément Aubin
on 2017/11/07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -191,7 +191,7 @@
191 191  {{code language="html"}}
192 192  <script type="text/javascript">
193 193  //<![CDATA[
194 - shortcut.add("ctrl alt n", function() { alert("Hey there! Congratulations on typing this one ;)"); });
194 + shortcut.add("Ctrl+Alt+N", function() { alert("Hey there! Congratulations on typing this one ;)"); });
195 195  //]]>
196 196  </script>
197 197  {{/code}}
... ... @@ -198,7 +198,7 @@
198 198  
199 199  {{html clean="false"}}
200 200  <script type="text/javascript">
201 - shortcut.add("ctrl alt n", function() { alert("Hey there! Congratulations on typing this one ;)"); });
201 + shortcut.add("Ctrl+Alt+N", function() { alert("Hey there! Congratulations on typing this one ;)"); });
202 202  </script>
203 203  {{/html}}
204 204  

Get Connected