A-Ron

Results 96 comments of A-Ron

Ok, argument checking has been fixed. Re gsub and localization and space name... there is no identifier or label in the axuielement properties for each space, but each space has...

Ok, I've added support for localization of the button names based on the Accessibility.strings found in the Dock bundle. Let me know if this helps. It may be a few...

@bviefhues can you tell me what you get when you type each of the following into the Hammerspoon console (for easiest reading, enter each one as a separate command, rather...

Ok, looks like I should iterate through the preferred languages instead of the locale identifier, maybe falling back to it before finally falling back to "en". I'll update the code...

https://github.com/asmagill/hammerspoon_asm/tree/master/spaces is the current WIP that will hopefully eventually make it into Hammerspoon. Documentation is incomplete, but *most* of the inline documentation is in place, so you can review the...

I'm giving up on working with the Mission Control names... I mean, I'll still include a function for converting space IDs to them for information purposes, but it will have...

Ok, what I hope is pretty close to the final release can be found at https://github.com/asmagill/hammerspoon_asm/tree/master/spaces. If you follow any of the installation instructions given, it will "replace" the build...

Looks like that contains similar information as `hs.spaces.data_managedDisplaySpaces` and `hs.spaces.windowsForSpace` but merged together. I wonder how often it's updated? Give it a go, if you're inclined. While it looks like...

I think this is an issue with *all* of the embedded links in the latest documentation generated. That style, e.g. `[some text](#anchor)` is how you create links to anchors in...

Note to self: ***DOCUMENT LUASKIN***!!! Was planning to implement object wrapper for this to minimize transfer of potentially huge report table for hashed directory unless absolutely necessary and then come...