I Just Unlocked MacOS GOD MODE With Hammerspoon

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 29

  • @jaye5632
    @jaye5632 8 годин тому +5

    Since you have a programmable keyboard you can assign a super key, the combo is rarely used so conflicts would be rare, and then just set it as local hyper = { "ctrl", "alt", "cmd", "shift" } in the HS config, and use (hyper, "A") for example as the shortcut.

  • @eltongarcia6105
    @eltongarcia6105 6 годин тому

    I have been dreaming about doing the same but never had enough time. This is amazing! thank you so much.

  • @Danielo515
    @Danielo515 12 годин тому +9

    Several years late, but welcome to the party!

  • @HotRatsAndTheStooges
    @HotRatsAndTheStooges 10 годин тому +3

    Hold up what's that new keyboard? EIGHT thumb keys??
    wait I literally just googled 8 thumb key ergo keyboard and found out it's the dygma defy.

    • @TheDeadlyDj
      @TheDeadlyDj 10 годин тому

      It's dygma defy

    • @devopstoolbox
      @devopstoolbox  5 годин тому +1

      Yeah, the defy, and no wonder it's the first thing you've noticed :) The review is coming out soon and it's mostly discussing this impossible thumb cluster 😅

  • @LiraTron
    @LiraTron Годину тому

    Could you please share your defy layouts?

  • @PetrSUsername
    @PetrSUsername 7 годин тому +1

    I wonder why no one mentions this when talking about better touch tool and similar.
    P.s. BTT is basically this but with gui on top of code.

    • @devopstoolbox
      @devopstoolbox  5 годин тому

      Totally. With the limitations of the boundaries they've set...

  • @ky3ow
    @ky3ow 2 години тому

    3:17 i think you can disable warnings with adding "hs" to your lua_ls setup, the options is settings.Lua.diagnostics.globals = { "hs" }, e.g.
    require("lspconfig").lua_ls.setup {
    settings={
    Lua={
    diagnostics= {
    globals = {"hs"}
    }
    }
    }
    }
    Also don't have mac so can't test but with lazydev i found issue that suggest using EmmyLua spoon and putting settings.Lua.workspace.library = {'%s/.hammerspoon/Spoons/EmmyLua.spoon/annotations', os.getenv 'HOME'} to get annotations(the docs when hovering, etc.)

  • @normalhumanbeing6066
    @normalhumanbeing6066 2 години тому +1

    Basically Autohotkey for Mac

  • @ruukes4770
    @ruukes4770 11 годин тому +1

    Is There anything like this for windows or Linux

    • @willernst
      @willernst 11 годин тому +2

      AutoHotkey for Windows

    • @codingdesk3637
      @codingdesk3637 6 годин тому

      Also looking for a Linux comparable app so I can mirror the experience when jumping between the two platforms.

    • @devopstoolbox
      @devopstoolbox  5 годин тому

      I think linux has a sway controller that can roughly do some of these things, not sure about the tool as a whole.

    • @micaelviana
      @micaelviana Годину тому

      Windows: Autohotkey
      Linux: I would love if someone knows something similar

  • @georgilas
    @georgilas 11 годин тому +1

    Bunch by Brett Terpstra is another cool automation app.

    • @devopstoolbox
      @devopstoolbox  5 годин тому

      Wow first time I've heard of this one. Very cool!

  • @__noob__coder__
    @__noob__coder__ 12 годин тому +6

    guys, dont forget to touch some grass!

  • @trkishh
    @trkishh 6 годин тому +1

    Hmmm, i might have to switch from SKHD to this..

    • @devopstoolbox
      @devopstoolbox  5 годин тому

      In all honesty, I'm using Aerospace for this (see my video covering it from a couple of weeks ago) but I'm seriously considering moving that to hammerspoon as well.

  • @ruukes4770
    @ruukes4770 11 годин тому

    First comment