diff --git a/Dashboard:-My-filters.md b/Dashboard:-My-filters.md index 03cca48..9dd2617 100644 --- a/Dashboard:-My-filters.md +++ b/Dashboard:-My-filters.md @@ -13,6 +13,8 @@ The following keyboard shortcuts are available during editing -- most of them ar |PC
`_______________`|Mac
`_______________`| Function
`_______________`| |----|-----|:---------| +| Ctrl-Space | Cmd-Space | (uBO-specific) Auto-complete, whenever applicable: network filter options, cosmetic pseudo-operators, redirect and scriptlet tokens, pre-parsing directives. +| Tab | Tab | (uBO-specific) Toggle prepending the current line or the lines in the current selection with `! ` (to quickly toggle the commenting out of filters). | Ctrl-A | Cmd-A | Select the whole content of the editor. | Ctrl-D | Cmd-D | Deletes the whole line under the cursor, including newline at the end. | Ctrl-Z | Cmd-Z | Undo the last change.
Note that, because browsers still don't make it possible for scripts to react to or customize the context menu,
selecting undo (or redo) from the context menu in a CodeMirror instance does not work. @@ -37,7 +39,6 @@ The following keyboard shortcuts are available during editing -- most of them ar | Ctrl-Delete | Alt-Delete | Delete to the start of the group after the cursor. | Ctrl-] | Cmd-] | Indent the current line or selection by one indent unit. | Ctrl-[ | Alt-[ | Dedent the current line or selection by one indent unit. -| Tab | Tab | uBO-specific: Toggle prepending the current line or the lines in the current selection with `! ` (to quickly toggle the commenting out of filters). | Ctrl-S | Cmd-S | Save and apply the changes, if any. | Ctrl-F | Cmd-F | Find a string. Wrap around `/` to search against a regular expression. | Ctrl-G | Cmd-G | Find next occurrence after the current cursor position.