>
>
> <div>
>     <h4>{{=T("Keyboard shortcuts")}}</h4>
>     <ul class="keybindings unstyled">
>     <li></li>
>         {{=shortcut('Ctrl+S', T('Save via Ajax'))}}
>         {{=shortcut('Ctrl+F11', T('Toggle Fullscreen'))}}
>  {{=shortcut('Shift+Esc', T('Exit Fullscreen'))}}
>         {{=shortcut('Ctrl-F / Cmd-F', T('Start searching'))}}
>         {{=shortcut('Ctrl-G / Cmd-G', T('Find Next'))}}
>         {{=shortcut('Shift-Ctrl-G / Shift-Cmd-G', T('Find Previous'))}}
>         {{=shortcut('Shift-Ctrl-F / Cmd-Option-F', T('Replace'))}}
>         {{=shortcut('Shift-Ctrl-R / Shift-Cmd-Option-F', T('Replace 
> All'))}}
>         {{=shortcut('Ctrl-/ ', T('Toggle comment'))}}
>         {{=shortcut('Tab', T('Expand Abbreviation (html files only)'))}}
>         {{=shortcut('Ctrl-Space', T('Autocomplete Python Code'))}}
>     </ul>
> </div>
>
>
You shouldn't have to look in the source code for these -- they are shown 
right on the page beneath the editor itself. Are you not seeing them?

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to