Nonetheless, the idea is great and I think I'll switch to it right away!
Show HN: Alt-tab-macos – Windows-style alt-tab on macOS
31–40 of 127 posts
Re: Show HN: Alt-tab-macos – Windows-style alt-tab on macOS
#32Re: Show HN: Alt-tab-macos – Windows-style alt-tab on macOS
#33That’s funny. I wrote a utility to bring macOS-style window switching for Windows 10 a few years ago: https://neosmart.net/blog/2017/easy-window-switcher/ (Don’t worry, it’s still updated and maintained.) Also submitted as another Show HN, somewhat tongue-in-cheek, because why not? https://news.ycombinator.com/item?id=21255305
Re: Show HN: Alt-tab-macos – Windows-style alt-tab on macOS
#34That’s funny. I wrote a utility to bring macOS-style window switching for Windows 10 a few years ago: https://neosmart.net/blog/2017/easy-window-switcher/ (Don’t worry, it’s still updated and maintained.) Also submitted as another Show HN, somewhat tongue-in-cheek, because why not? https://news.ycombinator.com/item?id=21255305
Re: Show HN: Alt-tab-macos – Windows-style alt-tab on macOS
#35How great it would be if you could replace command-tab instead of adding control-tab? Neat idea, although I do prefer the command-tab, hold command, hit Q or M or H, continue holding command and hitting tab again, etc., of macOS standard switcher.
Author here. > replace command-tab instead of adding control-tab Currently there is no UI to customize hotkeys. I have a ticket to frame work that can be done here: https://github.com/lwouis/alt-tab-macos/issues/8 However, you can switch keys in the code and get this working today. In `Application.swift` at line 16, replace let metaKey = 0x3B let metaModifierFlag: NSEvent.ModifierFlags = .control with let metaKey = 5…
https://github.com/i386/plainjane/blob/master/Plain%20Jane/P...
Re: Show HN: Alt-tab-macos – Windows-style alt-tab on macOS
#36I also like Hyperdock: https://bahoom.com/hyperdock It makes the Dock have windows 7 style window previews. I don't know what I'd do without it. Perhaps cry.