vortimeet.blogg.se

Hammerspoon window
Hammerspoon window




hammerspoon window
  1. #HAMMERSPOON WINDOW FOR MAC OS#
  2. #HAMMERSPOON WINDOW INSTALL#
  3. #HAMMERSPOON WINDOW UPDATE#
  4. #HAMMERSPOON WINDOW DOWNLOAD#
  5. #HAMMERSPOON WINDOW WINDOWS#

Verify that it’s working properly by opening Karabiner-Event-Viewer. Once downloaded, enable the Change Caps Lock to command+control+option+shift complex modification.

#HAMMERSPOON WINDOW DOWNLOAD#

Download the Change Caps Lock key(rev4) option. You’ll be redirected to the karabiner complex modifications page, where you can choose from a long list of combinations. Open Karabiner element and under complex modifications, select the option to import more from the internet. With the combination of hammerspoon and karabiner, we can do it with two simple keys.

#HAMMERSPOON WINDOW WINDOWS#

Most shortcut apps require you to press 3 or 4 keys each to resize windows and move between monitors.

#HAMMERSPOON WINDOW INSTALL#

If you just install it, hammerspoon will do nothing,but what makes it so powerful is that you can write your own lua scripts or use one that has been written by the great open source community.The main reason I started using it is because I wanted a simple way to resize windows and move them between multiple monitors.

#HAMMERSPOON WINDOW FOR MAC OS#

Hammerspoon is a desktop automation tool for mac os and it job is to serve as the intermediary between the operating system and a Lua scripting engine, allowing you to interact with multiple mac os APIs. Make sure to allow karabiner_grabber and karabiner_observer.įor detailed installation instructions, you can see the installation docs here This can be allowed in Security and Privacy. You will be prompted to allow apps by the developer, and after installation is complete, you will be prompted for input monitoring permission. We can install Karabiner elements by running: If you quit Karabiner elements, your Caps Lock key will return to it's normal state. You can also customizer it to another key after trying this out. We're mapping it to the Caps Lock key because it’s use is limited as you can achieve the same functionality by holding down the shift key. Most developerers wouldn’t expect you to press five keys to run a shortcut. We use this four key combination because it is unlikely to interfere with existing shortcuts. This type of key combination is usually referred to as the “hyper key”. We’re going to be mapping the Caps Lock to command+control+option+shift. We will be taking advantage of this ability to change the behavior of the Caps Lock key. Karabiner Elements allows you to customize normal key behavior, and it’s complex modifications allow you to map multiple key combinations into one key. When I learned about the Karabiner Elements and Hammerspoon combo, I knew I needed to set it up, but my initial set up process ended up taking much longer than a simple installation, so I decided to outline the steps here in case this helps anyone. This has the effect of making window transitions much snappier I don’t like the default animation behaviour.Do you ever find yourself wishing you could open your favorite mac os applications with a keyboard shortcut? Tired of pressing 3 to 4 keys to manage windows? Need to easily move a window to another monitor? Well, stop wishing because I’m gonna teach you how you can make this simple.Īs a keyboard shortcut lover, I’ve always enjoyed sharing my favorite shortcuts, and I’m always on the lookout for new ones. Note that I’ve also added hs.window.animationDuration = 0 (at the top of the config, under Set up). Hs.window.focusedWindow():focusWindowWest() Hs.window.focusedWindow():focusWindowEast() Hs.window.focusedWindow():focusWindowSouth() Hs.window.focusedWindow():focusWindowNorth() hyper c for bottom right one quarter window hyper v for bottom left one quarter window hyper t for top right one quarter window hyper r for top left one quarter window (Thanks to “Ng” in #hammerspoon on Freenode for the pointer.) Here’s the new version: So I added a check for hs.window.focusedWindow before each call to the focused window and if there isn’t a currently-focused window a dialog appears saying “No active window”. Say you’ve closed all the windows in an app, but are still ‘in’ that app… you now have no focused window and if you attempt (out of habit, as I do) to switch away to another window Hammerspoon’s console appears with an annoying error. My Hammerspoon config was working perfectly, except for one little niggle.

#HAMMERSPOON WINDOW UPDATE#

ApA minor update to my Hammerspoon config






Hammerspoon window