Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -170,13 +170,13 @@ 170 170 core.shortcuts.view.history=h 171 171 core.shortcuts.view.information=i 172 172 core.shortcuts.view.code=d 173 -core.shortcuts.view.delete= delete174 -core.shortcuts.view.rename= f2175 -core.shortcuts.edit.cancel= altc176 -core.shortcuts.edit.backtoedit= altb177 -core.shortcuts.edit.preview= altp178 -core.shortcuts.edit.saveandcontinue= altshifts179 -core.shortcuts.edit.saveandview= alts173 +core.shortcuts.view.delete=Delete 174 +core.shortcuts.view.rename=F2 175 +core.shortcuts.edit.cancel=Alt+C 176 +core.shortcuts.edit.backtoedit=Alt+B 177 +core.shortcuts.edit.preview=Alt+P 178 +core.shortcuts.edit.saveandcontinue=Alt+Shift+S 179 +core.shortcuts.edit.saveandview=Alt+S 180 180 {{/code}} 181 181 ))) 182 182 * Modify entries in this list at your convenience ... ... @@ -191,7 +191,7 @@ 191 191 {{code language="html"}} 192 192 <script type="text/javascript"> 193 193 //<![CDATA[ 194 - shortcut.add(" ctrlaltn", 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(" ctrlaltn", 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