source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default/editor_shortcuts.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 806 bytes
Line 
1<div>
2    <h4>{{=T("Keyboard shortcuts")}}</h4>
3    <ul class="keybindings unstyled">
4    <li></li>
5        {{=shortcut('Ctrl+S', T('Save via Ajax'))}}
6        {{=shortcut('Ctrl+F11', T('Toggle Fullscreen'))}}
7                {{=shortcut('Shift+Esc', T('Exit Fullscreen'))}}
8        {{=shortcut('Ctrl-F / Cmd-F', T('Start searching'))}}
9        {{=shortcut('Ctrl-G / Cmd-G', T('Find Next'))}}
10        {{=shortcut('Shift-Ctrl-G / Shift-Cmd-G', T('Find Previous'))}}
11        {{=shortcut('Shift-Ctrl-F / Cmd-Option-F', T('Replace'))}}
12        {{=shortcut('Shift-Ctrl-R / Shift-Cmd-Option-F', T('Replace All'))}}
13        {{=shortcut('Ctrl-/ ', T('Toggle comment'))}}
14        {{=shortcut('Tab', T('Expand Abbreviation (html files only)'))}}
15        {{=shortcut('Ctrl-Space', T('Autocomplete Python Code'))}}
16    </ul>
17</div>
Note: See TracBrowser for help on using the repository browser.