Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Fred-Vatin opened this issue Dec 21, 2024 · 0 comments

Comments

@Fred-Vatin
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant