From 1afc2e1ce54cc532d59d08c6cb12da486342d245 Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Mon, 16 Apr 2018 09:06:52 +0100 Subject: [PATCH] Update FAQ --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 32840436..38264aea 100644 --- a/readme.md +++ b/readme.md @@ -144,7 +144,11 @@ NOTE: key modifiers (eg: control, alt) are not supported yet. See the FAQ below. - How can I bind keys using the control/alt key modifiers (eg: `ctrl+^`)? - You can't, yet. See [issue #41](https://github.com/cmcaine/tridactyl/issues/41). + `:bind scrollpage 1`. Special keys can be bound too: `:bind set theme dark` and with modifiers: `:bind set theme default` and with multiple modifiers: `:bind composite set hintchars 1234567890 | set hintfiltermode vimperator-reflow` + + The modifiers are case insensitive. Special key names are not. The names used are those reported by Javascript with a limited number of vim compatibility aliases (e.g. `CR == Enter`). + + If you want to bind you'll find that you'll probably need to press Control+Shift+6 to trigger it. The default bind is which does not require you to press shift. - How can I tab complete from bookmarks? @@ -180,7 +184,7 @@ NOTE: key modifiers (eg: control, alt) are not supported yet. See the FAQ below. - How can I list the current bindings? - There is no easy way. See [#98](https://github.com/cmcaine/tridactyl/issues/98). + `viewconfig nmaps` works OK, but Tridactyl commands won't work on the shown page for "security reasons". We'll eventually provide a better way. See [#98](https://github.com/cmcaine/tridactyl/issues/98). - Why doesn't Tridactyl work on some pages?