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 < 22.1 >
edited by Clément Aubin
on 2017/11/07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -152,6 +152,22 @@
152 152  (% class="key" %)Meta(%%) + (% class="key" %)G
153 153  )))|Jump to any page in the wiki
154 154  
155 +== Developer shortcuts ==
156 +
157 +The following key sequences can be used to toggle specific actions on the current logged in user.
158 +
159 +(% class="keyboard" summary="Keyboard Shortcuts for developers" %)
160 +| (% class="shortcut" %)
161 +(((
162 +(% class="key" %)x(%%) (% class="key" %)x(%%) (% class="key" %)x(%%) (% class="key" %)a
163 +)))|Toggle advanced user mode for the current user.
164 +
165 +(% class="keyboard" summary="Keyboard Shortcuts for developers" %)
166 +| (% class="shortcut" %)
167 +(((
168 +(% class="key" %)x(%%) (% class="key" %)x(%%) (% class="key" %)x(%%) (% class="key" %)h
169 +)))|Toggle hidden pages for the current user.
170 +
155 155  = Configuring keyboard shortcuts =
156 156  
157 157  == Modifying keyboard shortcuts ==
... ... @@ -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=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
189 +core.shortcuts.view.delete=Delete
190 +core.shortcuts.view.rename=F2
191 +core.shortcuts.edit.cancel=Alt+C
192 +core.shortcuts.edit.backtoedit=Alt+B
193 +core.shortcuts.edit.preview=Alt+P
194 +core.shortcuts.edit.saveandcontinue=Alt+Shift+S
195 +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("ctrl alt n", function() { alert("Hey there! Congratulations on typing this one ;)"); });
210 + 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 ;)"); });
217 + shortcut.add("Ctrl+Alt+N", function() { alert("Hey there! Congratulations on typing this one ;)"); });
202 202  </script>
203 203  {{/html}}
204 204  

Get Connected