Skip to content

refac(keymaps): implement custom F keymap for newtab hints#225

Open
suveshmoza wants to merge 1 commit intoglide-browser:mainfrom
suveshmoza:refactor/F-keymap-custom-handler
Open

refac(keymaps): implement custom F keymap for newtab hints#225
suveshmoza wants to merge 1 commit intoglide-browser:mainfrom
suveshmoza:refactor/F-keymap-custom-handler

Conversation

@suveshmoza
Copy link
Copy Markdown
Contributor

Changes:

  • Replaces the "hint --action=newtab-click" command with a custom implementation that handles links and non-link elements differently:
    • Links with href are opened in new tabs in background
    • Non-link elements are focused and clicked
  • Update mode change to normal only when current mode is hint
  • Update failing tests to handle tab removal correctly

Closes #202

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

Successfully merging this pull request may close these issues.

Update F to explicitly create a new tab

1 participant