Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,6 +52,35 @@ 52 52 |**<Alt> + <Shift> + s** |Save and continue to edit the page 53 53 |**<Alt> + s** |Save and view the page 54 54 55 +== Modifying keyboard shortcuts == 56 + 57 +* Create a new page in your wiki, for example //XWiki.KeyboardShortcuts// and paste the following content inside: 58 +{{code}} 59 +core.shortcuts.view.edit=e 60 +core.shortcuts.view.wiki=k 61 +core.shortcuts.view.wysiwyg=g 62 +core.shortcuts.view.inline=f 63 +core.shortcuts.view.rights=r 64 +core.shortcuts.view.objects=o 65 +core.shortcuts.view.class=s 66 +core.shortcuts.view.comments=c 67 +core.shortcuts.view.attachments=a 68 +core.shortcuts.view.history=h 69 +core.shortcuts.view.information=i 70 +core.shortcuts.view.code=d 71 +core.shortcuts.view.delete=Delete 72 +core.shortcuts.view.rename=F2 73 +core.shortcuts.edit.cancel=Alt+C 74 +core.shortcuts.edit.backtoedit=Alt+B 75 +core.shortcuts.edit.preview=Alt+P 76 +core.shortcuts.edit.saveandcontinue=Alt+Shift+S 77 +core.shortcuts.edit.saveandview=Alt+S 78 +{{/code}} 79 +* Modify entries in this list at your convenience 80 +* Save the page 81 +* Go to the wiki administration into the "//Programming//" category 82 +* At the bottom, add //XWiki.KeyboardShortcuts// to the "//Internationalization Document Bundles//" list 83 + 55 55 == Adding your own shortcuts == 56 56 57 57 You can add your own keyboard shortcuts in a few javascript lines : ... ... @@ -124,10 +124,6 @@ 124 124 #end 125 125 {{velocity}} 126 126 127 -== i18n == 128 - 129 -All the core XWiki shortcuts can be modified in the xwiki-core application resources (core.shortcuts.*) 130 - 131 131 == Credits == 132 132 133 133 XWiki keyboard shortcuts are powered by [[openjs.org shortcut library>>http://www.openjs.com/scripts/events/keyboard_shortcuts/]].