vimium-c icon indicating copy to clipboard operation
vimium-c copied to clipboard

[FIREFOX] chorded key sequence fails if sequences use the same 2 first chars

Open Fred-Vatin opened this issue 10 months ago • 0 comments

For instance map ,ye will fail if map ,yo is already declared before. Fails with no error.

To Reproduce

  • Open a fresh Firefox profile and install the extension
  • Import this sample setting
  • Testing ,ye will work
  • Now, edit Custom key mappings and uncomment # map ,yo LinkHints.activateOpenVomnibar and saved
  • Testing ,ye on any site will fail while ,yo will work.

If you reverse the commands like:

# Désactiver tous les paramètres par défaut
unmapAll

# sélectionner un lien et éditer son url dans l’omnibar
map ,ye LinkHints.activateOpenVomnibar url

# sélectionner le texte d’un lien et l’éditer dans l’omnibar
map ,yo LinkHints.activateOpenVomnibar

now, ,ye works but ,yo fails.

Browser, OS and Vimium C versions

Bug on Firefox only

  • Browser name: Firefox
  • Browser version: 133.0.3
  • Vimium C version: 1.99.997
  • OS name and version: Windows_NT 10.0 19045

Other browsers on which there is no issue

  • Browser name: Edge
  • Browser version: 131.0.2903.99
  • Vimium C version: 1.99.99
  • OS name and version: Windows_NT 10.0 19045 --
  • Browser name: Vivaldi
  • Browser version: 7.0.3495.27
  • Vimium C version: 2.11.3
  • OS name and version: Windows_NT 10.0 19045

Fred-Vatin avatar Dec 21 '24 13:12 Fred-Vatin