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

Ctrl+click a link on Chrome doesn't open it in a new tab #33

Open
Ivanca opened this issue Feb 8, 2020 · 2 comments
Open

Ctrl+click a link on Chrome doesn't open it in a new tab #33

Ivanca opened this issue Feb 8, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@Ivanca
Copy link

Ivanca commented Feb 8, 2020

In windows Ctrl+click a link on Google Chrome opens a new tab, I think this project should help with that as well (right now it just brings the context menu, as if one right-clicked the link)

@rux616 rux616 added the enhancement New feature or request label Jul 6, 2020
@clementmas
Copy link

clementmas commented Oct 19, 2023

This rule worked for me after enabling my mouse on the Devices tab:
https://karabiner-elements.pqrs.org/docs/manual/configuration/configure-devices

{
  "description": "Ctrl+Left Click opens a new tab",
  "manipulators": [
    {
      "type": "basic",
      "from": {
        "pointing_button": "button1",
        "modifiers": {
          "mandatory": ["control"]
        }
      },
      "to": [
        {
          "pointing_button": "button1",
          "modifiers": ["command"]
        }
      ]
    }
  ]
}

@thomashzhang
Copy link

https://karabiner-elements.pqrs.org/docs/manual/configuration/configure-devices

This is perfect and works for me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants