gdh1995 / vimium-c

A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
Other
3.33k stars 254 forks source link

The character 'ç' does not work with LinkHints #1051

Closed maykot closed 9 months ago

maykot commented 9 months ago

Describe the bug

The character 'ç' does not work with LinkHints.

To Reproduce

Steps to reproduce the behavior:

  1. Characters used for link hints: jdkslaçueiwophgnvmc
  2. Trigger LinkHints on any webpage
  3. LinkHints will show "Ç" for some link
  4. Press "ç" (on a pt-BR keyboard with the input method set to pt-BR)
  5. Link won't open

Browser, OS and Vimium C versions

gdh1995 commented 9 months ago

Um it's a configurable feature: by default, Vimium C enables Ignore layout if a key is not located in 7-bit ASCII: image

And this switch makes Vimium C always treat a ç in pt-BR as ;.

  1. You may turn off this switch
  2. If you do like the showing Ç, then you may add mapKey <;:l> ç to make LinkHints treat ; as ç image
maykot commented 9 months ago

Oh, makes sense. My bad for not seeing that.

Works perfectly now, thanks for the reply!