Исходный код вики Сочетания клавиш XWiki
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | XWiki поставляется с набором сочетаний клавиш для экономии времени, которые позволяют эффективно работать не отрывая рук от клавиатуры. |
2 | |||
3 | Независимо от того, какую операционную систему вы используете, существует множество способов сделать вашу XWiki удобной и удобной для совместной работы: от простого оставления комментариев и навигации по вашим вики-страницам до переименования страниц и доступа к редактированию прав. | ||
4 | |||
5 | == **Режим просмотра** == | ||
6 | |||
7 | (% class="box infomessage" %) | ||
8 | ((( | ||
9 | Не переживайте! | ||
10 | Вы не получите неожиданного поведения при нажатии различных клавиш по ошибке. | ||
11 | Использование сочетаний клавиш доступно только для опытных пользователей. | ||
12 | ))) | ||
13 | |||
14 | === Действия в режиме редактирования === | ||
15 | |||
16 | |=(% style="width: 130px;" %)Клавиша|=(% style="width: 2104px;" %)Действия | ||
17 | |(% style="width:130px" %)((( | ||
18 | E | ||
19 | )))|(% style="width:2104px" %)Отредактируйте страницу, используя режим редактирования по умолчанию. | ||
20 | |(% style="width:130px" %)((( | ||
21 | K | ||
22 | )))|(% style="width:2104px" %)Редактировать страницу в режиме редактирования вики | ||
23 | |(% style="width:130px" %)((( | ||
24 | G | ||
25 | )))|(% style="width:2104px" %)Отредактируйте страницу с помощью редактора WYSIWYG. | ||
26 | |(% style="width:130px" %)((( | ||
27 | F | ||
28 | )))|(% style="width:2104px" %)Встроенная форма | ||
29 | |(% style="width:130px" %)((( | ||
30 | R | ||
31 | )))|(% style="width:2104px" %)Изменить права доступа к странице | ||
32 | |(% style="width:130px" %)((( | ||
33 | O | ||
34 | )))|(% style="width:2104px" %)Редактировать объекты страницы | ||
35 | |(% style="width:130px" %)((( | ||
36 | S | ||
37 | )))|(% style="width:2104px" %)Изменить класс | ||
38 | |||
39 | === View Actions === | ||
40 | |||
41 | |((( | ||
42 | C | ||
43 | )))|Go to page comments | ||
44 | |((( | ||
45 | A | ||
46 | )))|Go to page attachments | ||
47 | |((( | ||
48 | H | ||
49 | )))|Go to page history | ||
50 | |((( | ||
51 | I | ||
52 | )))|Go to page information | ||
53 | |((( | ||
54 | D | ||
55 | )))|View page wiki code | ||
56 | |||
57 | === Other Actions === | ||
58 | |||
59 | |((( | ||
60 | F2 | ||
61 | )))|Rename page | ||
62 | |((( | ||
63 | Delete | ||
64 | )))|Delete page | ||
65 | |||
66 | == **Edit Mode** == | ||
67 | |||
68 | |((( | ||
69 | Alt + C | ||
70 | )))|Cancel edition | ||
71 | |((( | ||
72 | Alt + P | ||
73 | )))|Preview the page without saving | ||
74 | |((( | ||
75 | Alt + Shift + S | ||
76 | )))|Save and continue to edit the page | ||
77 | |((( | ||
78 | Alt + S | ||
79 | )))|Save and view the page | ||
80 | |||
81 | === WYSIWYG Edit Mode === | ||
82 | |||
83 | Here is some basic need-to-know information that can help you work your way around the WYSIWYG editor: | ||
84 | |||
85 | * [[standard keyboard shortcuts>>url:https://ckeditor.com/docs/ckeditor4/latest/features/shortcuts.html]] provided by CKEditor, independent of its integration in XWiki | ||
86 | * XWiki custom shortcut keys: | ||
87 | ** **[** (open square bracket) provided by XWiki's custom [[link plugin>>url:https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor%20Integration/#HWikiLinks]]; | ||
88 | ** **@** (at sign) provided by [[Mentions Application>>url:https://extensions.xwiki.org/xwiki/bin/view/Extension/Mentions%20Application/#HMentionsAuto-Completion]]; | ||
89 | ** [[edit form shortcut keys>>url:https://xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/KeyboardShortcuts#HEditMode]] to preview, save or cancel the edit form. | ||
90 | * custom shortcut keys that an administrator can add using the [[keystrokes>>url:https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-keystrokes]] CKEditor configuration parameter from the dedicated [[administration section>>url:https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor%20Integration/#HAdministrationSection]]. | ||
91 | |||
92 | For more in-depth tips & tricks to using the WYSIWYG edit mode check out the [[WYSIWYG Editor keyboard shortcuts>>url:https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor%20Integration/#HKeyboardShortcuts]]. | ||
93 | |||
94 | == **Administration Section** == | ||
95 | |||
96 | === Preview Mode === | ||
97 | |||
98 | |((( | ||
99 | Alt + C | ||
100 | )))|Cancel edition | ||
101 | |((( | ||
102 | Alt + B | ||
103 | )))|Back to the edition | ||
104 | |((( | ||
105 | Alt + Shift + S | ||
106 | )))|Save and continue to edit the page | ||
107 | |((( | ||
108 | Alt + S | ||
109 | )))|Save and view the page | ||
110 | |||
111 | === Annotations === | ||
112 | |||
113 | |((( | ||
114 | Ctrl/Cmd + M | ||
115 | |||
116 | Ctrl/Cmd + I | ||
117 | )))|Annotate a piece of text | ||
118 | |((( | ||
119 | Alt + A | ||
120 | )))|Show annotations | ||
121 | |||
122 | === Navigation === | ||
123 | |||
124 | |((( | ||
125 | Ctrl/Cmd + G | ||
126 | )))|Jump to any page in the wiki | ||
127 | |||
128 | == **Developer shortcuts** == | ||
129 | |||
130 | The following key sequences can be used to toggle specific actions on the currently logged-in user: | ||
131 | |||
132 | |x x x a|Toggle advanced user mode for the current user | ||
133 | |||
134 | |x x x h|Toggle hidden pages for the current user | ||
135 | |||
136 |