parkouss / webmacs

webmacs - keyboard driven (emacs key bindings) browser, https://webmacs.readthedocs.io/en/latest/
GNU General Public License v3.0
157 stars 21 forks source link

Feature request: Quoted key inputs #115

Open xantoz opened 5 years ago

xantoz commented 5 years ago

Sometimes a web page might use a certain key that is already bound in webmacs. There already is the no-keybindings mode, which is useful for e.g. playing games such as QWOP (although in this mode some bindings still will go to webmacs, like M-x or C-x, which might cause conflicts if the page itself uses keys with modifiers. Thankfully this is quite rare, and still being able to easily switch buffers etc. is useful).

However if one wants to input a single key, say c, into the page switching modes is a bit overkill, and it would be nice if there was a quoting prefix, bound to C-q, so you could instead type C-q c.