Git Product home page Git Product logo

Comments (9)

fab1o avatar fab1o commented on July 28, 2024 2

On Mac, go to your user/.config/karabiner/karabiner.json

Add this piece of json to your "rules" in "complex_modifications"

{
    "description": "Option(Alt)+Tab as Switch Application (Command+Tab)",
    "manipulators": [
        {
            "from": {
                "key_code": "tab",
                "modifiers": {
                    "mandatory": [
                        "option"
                    ],
                    "optional": [
                        "any"
                    ]
                }
            },
            "to": [
                {
                    "key_code": "tab",
                    "modifiers": [
                        "left_command"
                    ]
                }
            ],
            "type": "basic"
        }
    ]
},

A copy from https://ke-complex-modifications.pqrs.org/ "Bind Option+Tab to Command+Tab ('cycle through applications')"

from karabiner-windows-mode.

nathang21 avatar nathang21 commented on July 28, 2024 1

Also one related shortcut that is different in windows:
Alt + Tab: Cycle open windows on OS
Ctrl + Tab: Cycle open tabs within App

Even if you swap the Control/Command(aka alt) on mac, getting both of these shortcuts to work the as expected is quite tricky.

from karabiner-windows-mode.

rux616 avatar rux616 commented on July 28, 2024 1

@dangnhdev Because sometimes I am a bit of an idiot! 😅

I didn't even realise this code had been added and have been lax in keeping up with the issues. I'll carve out some time soon to do some upkeep and add new features/merge PRs.

from karabiner-windows-mode.

TheBugurtov avatar TheBugurtov commented on July 28, 2024

See title.

What a title? Alt+Tab not working for me

from karabiner-windows-mode.

rux616 avatar rux616 commented on July 28, 2024

"See title" means "the title has the info" in this case.

from karabiner-windows-mode.

TheBugurtov avatar TheBugurtov commented on July 28, 2024

Where is info? I didn't see it

from karabiner-windows-mode.

rux616 avatar rux616 commented on July 28, 2024

Where is info? I didn't see it

I've updated the text of the issue to better explain what its purpose is.

from karabiner-windows-mode.

hansvb avatar hansvb commented on July 28, 2024

BUMP

from karabiner-windows-mode.

dangnhdev avatar dangnhdev commented on July 28, 2024

@fab1o Thank you, it works perfectly
I'm new to Mac, can I ask why does this didn't get added to the list by default?
May be it's personal question for @rux616

from karabiner-windows-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.