[qutebrowser] Binding to do nothing Right-Click key (the key between right "AltGr" and right "Ctrl"

Florian Bruhin me at the-compiler.org
Sun Sep 22 15:20:07 CEST 2019


Hey Juan,

On Sun, Sep 22, 2019 at 12:24:10PM +0000, Jose wrote:
> After browsing the help menu I added the line:
> 
> config.bind('<Mod4>', nop')
> 
> to my config.py file but it does not work.

I'm not sure how Qt calls the key. Try <Menu>. If that doesn't work, you can
run "python3 -m scripts.keytester" in the qutebrowser repository to find out.

I'm also a bit surprised that the key gets to qutebrowser at all if you bould
it in i3. At least with my window manager (herbstluftwm), bound keys don't get
through to applications.

> In the end I had a look to the key binding cheatsheet and the space assigned
> to that key is empty, so I deduced that that key should not be mapped at all.

qutebrowser doesn't interpret it, but Qt does (with the default
input.forward_unbound_keys = auto). Similar to keys like cursor keys, space,
tab, etc.

> And here I am, sorry for bothering anybody with a such a silly question.

Neither silly nor bothering! :)

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://listi.jpberlin.de/pipermail/qutebrowser/attachments/20190922/5fffafc5/attachment.asc>


More information about the qutebrowser mailing list