<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://macbound.com/feed/windows_to_mac.xml" rel="self" type="application/atom+xml" /><link href="https://macbound.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/feed/windows_to_mac.xml</id><title type="html">MacBound | Windows_to_mac</title><subtitle>A Mac content hub: AppleScript automation with Scriptly, a full Windows-to-Mac switching guide, and screenshot &amp; markup tips with SnipClip.</subtitle><author><name>Luke Welch</name></author><entry><title type="html">Windows Keyboard Shortcuts vs Mac: The Muscle-Memory Guide</title><link href="https://macbound.com/windows-to-mac/windows-shortcuts-vs-mac-guide/" rel="alternate" type="text/html" title="Windows Keyboard Shortcuts vs Mac: The Muscle-Memory Guide" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/windows-shortcuts-vs-mac-guide</id><content type="html" xml:base="https://macbound.com/windows-to-mac/windows-shortcuts-vs-mac-guide/"><![CDATA[<h1 id="windows-keyboard-shortcuts-vs-mac">Windows Keyboard Shortcuts vs Mac</h1>

<p>The single biggest source of Windows-switcher frustration isn’t a missing feature — it’s <code class="language-plaintext highlighter-rouge">Ctrl</code> where your finger expects it to be <code class="language-plaintext highlighter-rouge">⌘</code>. Almost every shortcut you know still exists on Mac. It’s just one key over.</p>

<h2 id="the-one-rule-that-covers-80-of-shortcuts">The one rule that covers 80% of shortcuts</h2>

<p>On Windows, <code class="language-plaintext highlighter-rouge">Ctrl</code> is the modifier for nearly everything: copy, paste, save, undo, find. On Mac, <code class="language-plaintext highlighter-rouge">⌘</code> (Command) — the key with the little pretzel-looking icon, right next to the spacebar — takes over that exact job.</p>

<p>So the mental swap is almost mechanical:</p>

<table>
  <thead>
    <tr>
      <th>You’d press on Windows</th>
      <th>Press this on Mac instead</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">Ctrl+C</code></td>
      <td><code class="language-plaintext highlighter-rouge">⌘+C</code></td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">Ctrl+V</code></td>
      <td><code class="language-plaintext highlighter-rouge">⌘+V</code></td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">Ctrl+Z</code></td>
      <td><code class="language-plaintext highlighter-rouge">⌘+Z</code></td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">Ctrl+S</code></td>
      <td><code class="language-plaintext highlighter-rouge">⌘+S</code></td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">Ctrl+F</code></td>
      <td><code class="language-plaintext highlighter-rouge">⌘+F</code></td>
    </tr>
  </tbody>
</table>

<p><code class="language-plaintext highlighter-rouge">Ctrl</code> on a Mac keyboard isn’t unused — it does different jobs (mostly Unix-y, terminal-flavored things), but it’s rarely the copy/paste modifier you’re used to reaching for.</p>

<h2 id="where-it-stops-being-a-simple-swap">Where it stops being a simple swap</h2>

<p>A handful of shortcuts don’t map cleanly, and these are the ones that actually trip people up:</p>

<p><strong>App switching.</strong> Windows uses <code class="language-plaintext highlighter-rouge">Alt+Tab</code> to cycle both apps and windows within an app. Mac splits this: <code class="language-plaintext highlighter-rouge">⌘+Tab</code> cycles <em>apps</em>, and <code class="language-plaintext highlighter-rouge">⌘+\</code><code class="language-plaintext highlighter-rouge"> (the key above Tab) cycles *windows within the current app*. If you're </code>⌘+Tab`-ing looking for a second Finder window, it won’t show up — that’s what the backtick shortcut is for.</p>

<p><strong>Closing vs quitting.</strong> This one causes real confusion. On Windows, closing a window’s last instance usually quits the app. On Mac, <code class="language-plaintext highlighter-rouge">⌘+W</code> closes the window, but the app keeps running in the background — you’ll still see its icon bouncing in the Dock, or a dot underneath it. To actually quit, you need <code class="language-plaintext highlighter-rouge">⌘+Q</code>. If your Mac feels like it’s “full of apps you didn’t open,” this is almost always why.</p>

<p><strong>Delete does something different in text fields.</strong> Windows’ <code class="language-plaintext highlighter-rouge">Delete</code> key removes the character ahead of the cursor (forward delete). On most Mac keyboards, the key labeled <code class="language-plaintext highlighter-rouge">Delete</code> behaves like Windows’ <code class="language-plaintext highlighter-rouge">Backspace</code> — it deletes backward. Forward-delete exists (<code class="language-plaintext highlighter-rouge">Fn+Delete</code> on a laptop), it’s just not the default behavior of the key you’d expect.</p>

<p><strong>Frozen app? Different combo entirely.</strong> <code class="language-plaintext highlighter-rouge">Ctrl+Alt+Delete</code> doesn’t exist on Mac. The equivalent is <code class="language-plaintext highlighter-rouge">⌘+⌥+Esc</code>, which opens Force Quit — a much smaller, calmer window than Windows’ Task Manager, listing just your open apps.</p>

<h2 id="a-few-mac-native-shortcuts-worth-learning-on-day-one">A few Mac-native shortcuts worth learning on day one</h2>

<p>These don’t have a clean Windows equivalent, but they’ll save you real time:</p>

<ul>
  <li><code class="language-plaintext highlighter-rouge">⌘+Space</code> — Spotlight search. Launch any app, do quick math, or find a file without touching the Dock or Finder.</li>
  <li><code class="language-plaintext highlighter-rouge">⌘+Shift+4</code> — Screenshot a selected area (drag to select, releases automatically saves to Desktop).</li>
  <li><code class="language-plaintext highlighter-rouge">⌘+,</code> — Opens Preferences/Settings for almost any app that’s currently active. Universal shortcut, works almost everywhere.</li>
</ul>

<h2 id="how-to-actually-retrain-your-fingers">How to actually retrain your fingers</h2>

<p>Don’t try to memorize a list — that’s what reference pages are for (bookmark this one: <a href="/windows-to-mac/keyboard-shortcuts/">full Windows → Mac keyboard shortcut reference</a>, searchable and printable). What actually works is picking the five shortcuts you use most on Windows, writing them on a sticky note with their Mac equivalents, and sticking it to your monitor for a week. Muscle memory rewires faster than you’d think — most people report it feeling automatic within 10–14 days.</p>

<p>The good news: once <code class="language-plaintext highlighter-rouge">Ctrl</code> becomes <code class="language-plaintext highlighter-rouge">⌘</code> in your head, almost everything else follows the same pattern. It’s one habit to break, not fifty.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Your fingers already know the shortcuts — they're just pressing the wrong keys. Here's how to retrain them fast.]]></summary></entry><entry><title type="html">Window Management on Mac: There’s No Snap, Here’s What to Use Instead</title><link href="https://macbound.com/windows-to-mac/window-management-on-mac-no-snap/" rel="alternate" type="text/html" title="Window Management on Mac: There’s No Snap, Here’s What to Use Instead" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/window-management-on-mac-no-snap</id><content type="html" xml:base="https://macbound.com/windows-to-mac/window-management-on-mac-no-snap/"><![CDATA[<h1 id="window-management-on-mac-theres-no-snap-heres-what-to-use-instead">Window Management on Mac: There’s No Snap, Here’s What to Use Instead</h1>

<p>If there’s one Windows feature switchers consistently ask about, it’s Snap — <code class="language-plaintext highlighter-rouge">Win+Left</code>/<code class="language-plaintext highlighter-rouge">Win+Right</code> to instantly dock a window to half the screen, or the fancier Snap Layouts grid in Windows 11. macOS handled window management very differently for a long time, though that’s genuinely changed recently.</p>

<h2 id="the-good-news-its-finally-native">The good news: it’s finally native</h2>

<p>As of macOS Sequoia (2024), Apple added real window tiling. Drag a window to the edge of the screen and it snaps to fill half — the same core gesture as Windows Snap. There’s also a Window menu (in most apps’ menu bar) with explicit “Move to Left/Right Half” options, and keyboard shortcuts you can set for them in System Settings &gt; Keyboard &gt; Keyboard Shortcuts.</p>

<p>If you’re on an older macOS version (Ventura, Sonoma, or earlier), this doesn’t exist — window tiling was one of the more requested features for years, and third-party tools filled the gap. If you’re not sure which you’re on: Apple menu &gt; About This Mac tells you.</p>

<h2 id="if-youre-on-an-older-macos-rectangle-is-the-answer">If you’re on an older macOS: Rectangle is the answer</h2>

<p><a href="https://rectangleapp.com">Rectangle</a> is a free, open-source app that adds Windows-style Snap behavior — keyboard shortcuts to move a window to any half, quarter, or corner of the screen, plus drag-to-edge snapping. It’s the single most commonly recommended tool for this exact gap, and it’s been the de facto standard for years. Install it, grant it Accessibility permissions when prompted (it needs this to move windows programmatically), and its default shortcuts will feel immediately familiar if you’re used to Snap.</p>

<p><a href="https://apps.apple.com/app/magnet/id441258766">Magnet</a> is a similar paid alternative from the App Store, if you’d rather not grant an app the Accessibility permissions Rectangle needs, or prefer App Store distribution.</p>

<h2 id="the-tools-mac-has-always-had-that-arent-quite-the-same-thing">The tools Mac has always had, that aren’t quite the same thing</h2>

<p><strong>Full-screen mode</strong> (green button, top-left of most windows, or <code class="language-plaintext highlighter-rouge">⌃+⌘+F</code>) — dedicates an entire display to one app, with its own virtual desktop (Space). Not the same as tiling; more like Windows’ maximize, but it also creates a swipeable desktop for that app specifically.</p>

<p><strong>Split View</strong> — hold the green button and choose “Tile Window to Left/Right of Screen” from the menu that appears, then pick a second app to fill the other half. This predates Sequoia’s drag-to-snap and still works identically on any recent macOS version — it’s just a couple more clicks than a direct drag.</p>

<p><strong>Mission Control</strong> (<code class="language-plaintext highlighter-rouge">F3</code>, or three-finger swipe up) — not window tiling exactly, but the fastest way to see every open window across every Space at once and click the one you want. Genuinely useful once you have more than 4–5 windows open and can’t find one by <code class="language-plaintext highlighter-rouge">⌘+\</code>` alone.</p>

<h2 id="multiple-desktops-spaces-as-an-alternative-to-tiling">Multiple desktops (Spaces) as an alternative to tiling</h2>

<p>Rather than splitting a screen between two apps, macOS also supports assigning apps to their own full-screen Spaces (virtual desktops) and swiping between them with a three-finger swipe left/right. It’s a genuinely different workflow than side-by-side tiling — some people find it faster once they’re used to it, since each Space is a distraction-free full screen — but it’s not a direct substitute if what you actually want is to see two windows simultaneously.</p>

<h2 id="the-practical-recommendation">The practical recommendation</h2>

<p>If you’re on Sequoia or later: the built-in tiling covers most of what Snap did, and you don’t need a third-party tool. If you’re on an older macOS or find the built-in behavior too limited (no snap zones for thirds of the screen, for instance), Rectangle is free, well-maintained, and the standard recommendation across almost every “switching to Mac” community thread for exactly this reason.</p>

<p>For the keyboard shortcuts that go with window management day-to-day — minimize, show desktop, switch between windows — see the <a href="/windows-to-mac/keyboard-shortcuts/">full shortcut reference</a>.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Windows' Snap layouts are one of the features switchers miss most. Here's how to get the same result on Mac.]]></summary></entry><entry><title type="html">Where Did My Windows Settings Go? A Mac Translator</title><link href="https://macbound.com/windows-to-mac/wheres-my-windows-setting-on-mac/" rel="alternate" type="text/html" title="Where Did My Windows Settings Go? A Mac Translator" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/wheres-my-windows-setting-on-mac</id><content type="html" xml:base="https://macbound.com/windows-to-mac/wheres-my-windows-setting-on-mac/"><![CDATA[<h1 id="where-did-my-windows-settings-go-a-mac-translator">Where Did My Windows Settings Go? A Mac Translator</h1>

<p>You know the Windows Settings app well enough that you could navigate it half-asleep. On Mac, that muscle memory is worthless — not because the settings don’t exist, but because they live somewhere with a completely different name and organizational logic. Here’s how the two actually map.</p>

<h2 id="the-app-itself-has-a-different-name-and-a-very-different-history">The app itself has a different name (and a very different history)</h2>

<p>What you want is called <strong>System Settings</strong> (Apple menu &gt; System Settings, or search it via Spotlight with <code class="language-plaintext highlighter-rouge">⌘+Space</code>). If you’re on an older macOS version you might see “System Preferences” instead — same thing, renamed in macOS Ventura. Either way, it’s the one settings app for everything system-level, same idea as Windows Settings.</p>

<h2 id="the-organizational-logic-is-different-not-missing">The organizational logic is different, not missing</h2>

<p>Windows groups settings by broad category — System, Devices, Network, Personalization, Apps, Accounts. macOS groups by roughly the same categories but subdivides differently, and a few Windows categories don’t have a direct one-to-one Mac page at all.</p>

<p>The most common lookups:</p>

<table>
  <thead>
    <tr>
      <th>You’re looking for…</th>
      <th>On Mac, it’s…</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Display Settings</td>
      <td>System Settings &gt; Displays</td>
    </tr>
    <tr>
      <td>Network &amp; Internet</td>
      <td>System Settings &gt; Network</td>
    </tr>
    <tr>
      <td>Wallpaper / Lock Screen</td>
      <td>System Settings &gt; Wallpaper / Lock Screen (now separate pages)</td>
    </tr>
    <tr>
      <td>Startup Apps</td>
      <td>System Settings &gt; General &gt; Login Items</td>
    </tr>
    <tr>
      <td>Windows Update</td>
      <td>System Settings &gt; General &gt; Software Update</td>
    </tr>
    <tr>
      <td>Ease of Access</td>
      <td>System Settings &gt; Accessibility</td>
    </tr>
    <tr>
      <td>Family &amp; Other Users</td>
      <td>System Settings &gt; Users &amp; Groups</td>
    </tr>
  </tbody>
</table>

<h2 id="the-one-that-genuinely-doesnt-exist-default-apps">The one that genuinely doesn’t exist: “Default Apps”</h2>

<p>Windows has a single page to set default apps for file types, links, and protocols. macOS doesn’t have an equivalent single page — it’s split up. Default web browser lives in System Settings &gt; Desktop &amp; Dock. Everything else (which app opens a <code class="language-plaintext highlighter-rouge">.pdf</code>, a <code class="language-plaintext highlighter-rouge">.jpg</code>, a specific file type) is set per file type: right-click the file, Get Info (<code class="language-plaintext highlighter-rouge">⌘+I</code>), find “Open with,” pick the app, and optionally hit “Change All…” to apply it to every file of that type. More clicks than Windows’ single page, but more granular.</p>

<h2 id="uninstalling-apps-isnt-in-settings-at-all">Uninstalling apps isn’t in Settings at all</h2>

<p>There’s no Control Panel-style “Add or Remove Programs” list. Uninstalling an app on Mac usually just means dragging it from the Applications folder (Finder &gt; Applications) to the Trash. Most apps don’t leave meaningful residue behind the way Windows installers sometimes do, since Mac apps are typically self-contained bundles rather than scattered across a registry and multiple folders.</p>

<h2 id="login-items-replaced-startup-apps">Login items replaced “Startup Apps”</h2>

<p>Windows’ Task Manager &gt; Startup tab (or Settings &gt; Apps &gt; Startup) controls what launches at boot. The Mac equivalent, Login Items, lives in System Settings &gt; General — you’ll find both apps that launch at login and background items some apps quietly add themselves (worth a periodic check if your Mac feels slower to start up than it used to).</p>

<h2 id="a-few-worth-bookmarking-specifically">A few worth bookmarking specifically</h2>

<ul>
  <li><strong>Privacy &amp; Security</strong> — the single most important page to know. Every permission prompt you’ll see (“App wants to access your Camera,” “App wants Full Disk Access”) gets managed here if you ever need to revoke or re-grant something.</li>
  <li><strong>Trackpad and Keyboard</strong> — worth a visit on day one. Keyboard specifically lets you remap Caps Lock to Control, which is a small change that makes a surprising number of Mac-native keyboard shortcuts (anything using <code class="language-plaintext highlighter-rouge">⌃</code>) far more comfortable to reach.</li>
  <li><strong>Battery</strong> (was “Power &amp; Battery”) — shows battery health over time, not just current charge, which Windows doesn’t surface nearly as clearly.</li>
</ul>

<p>For the complete table — every category, matched location, and any gotchas — see the <a href="/windows-to-mac/settings-translator/">full Settings Translator</a>, which is searchable if you just want to jump straight to one setting.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Every Windows Settings page maps to something on Mac — it's just not always where you'd guess. Here's the translation.]]></summary></entry><entry><title type="html">Time Machine: Mac’s Built-In Backup, Explained for Windows Switchers</title><link href="https://macbound.com/windows-to-mac/time-machine-backup-guide/" rel="alternate" type="text/html" title="Time Machine: Mac’s Built-In Backup, Explained for Windows Switchers" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/time-machine-backup-guide</id><content type="html" xml:base="https://macbound.com/windows-to-mac/time-machine-backup-guide/"><![CDATA[<h1 id="time-machine-macs-built-in-backup-explained-for-windows-switchers">Time Machine: Mac’s Built-In Backup, Explained for Windows Switchers</h1>

<p>Windows has had backup tools for years — File History, and before that, Backup and Restore — but they’re easy to forget exist because nothing prompts you to set them up. Time Machine is Mac’s equivalent, and it’s worth knowing about specifically because it’s genuinely well designed, not just “technically available.”</p>

<h2 id="what-it-actually-does">What it actually does</h2>

<p>Time Machine takes automatic, incremental backups of your entire Mac — not just documents, but apps, settings, and system files — to an external drive (or a network location, with more setup). “Incremental” means after the first full backup, it only copies what’s changed, hourly, keeping:</p>

<ul>
  <li>Hourly backups for the past 24 hours</li>
  <li>Daily backups for the past month</li>
  <li>Weekly backups for everything older, for as long as the drive has space</li>
</ul>

<p>That means you can restore a file as it existed at 2pm yesterday, or a week ago, or three months ago — not just “the most recent backup,” which is the main thing that separates it from a simple mirrored copy.</p>

<h2 id="setting-it-up">Setting it up</h2>

<p>Plug in an external drive (USB or Thunderbolt), and macOS will usually prompt you directly: “Do you want to use this disk to back up with Time Machine?” Say yes, and it handles formatting and setup itself. If it doesn’t prompt automatically, go to System Settings &gt; General &gt; Time Machine and add the disk manually.</p>

<p>A drive roughly 2–3x the size of your Mac’s storage is a reasonable rule of thumb — Time Machine keeps old backups until space runs low, then automatically deletes the oldest ones to make room.</p>

<p><strong>One thing worth doing immediately after setup</strong>: encrypt the backup. There’s a checkbox for it during setup (“Encrypt Backup Disk”). If that external drive is ever lost or stolen, an unencrypted backup is a copy of your entire Mac sitting in someone else’s hands.</p>

<h2 id="restoring-a-file-or-your-whole-mac">Restoring a file (or your whole Mac)</h2>

<p>For a single file: open Time Machine from the menu bar (or Spotlight search “Time Machine”), navigate to the folder that used to contain it, and use the timeline on the right edge of the screen to scroll back to a point where the file existed. Select it, click Restore.</p>

<p>For a full Mac restore — new machine, or a fresh reinstall — boot into macOS Recovery (hold the power button on Apple Silicon Macs during startup) and choose “Restore from Time Machine Backup.” This restores everything: apps, settings, files, exactly as they were.</p>

<h2 id="where-it-differs-from-windows-file-history">Where it differs from Windows’ File History</h2>

<p>File History backs up specific folders you designate (Documents, Desktop, etc.) — it’s opt-in per folder. Time Machine backs up essentially everything by default, which is both more thorough and less configurable without deliberately excluding folders (System Settings &gt; General &gt; Time Machine &gt; Options, “Exclude these items”). If you have a folder full of large files you don’t want backed up — a video project library, a VM disk image — excluding it explicitly is worth doing, since it otherwise eats backup drive space fast.</p>

<h2 id="the-honest-pitch">The honest pitch</h2>

<p>The reason Time Machine is worth actually setting up, rather than filing under “I’ll do it eventually,” is that it runs invisibly once configured — no reminders, no manual “run backup now” button you have to remember to click. Plug the drive in periodically (or leave a dedicated one connected at your desk), and it just works in the background. It’s the kind of thing that matters enormously exactly once, and it’s worth having in place before that day rather than after.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Windows has File History, buried and easy to ignore. Time Machine is Mac's equivalent — more visible, and worth actually turning on.]]></summary></entry><entry><title type="html">Spotlight vs Windows Search</title><link href="https://macbound.com/windows-to-mac/spotlight-vs-windows-search/" rel="alternate" type="text/html" title="Spotlight vs Windows Search" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/spotlight-vs-windows-search</id><content type="html" xml:base="https://macbound.com/windows-to-mac/spotlight-vs-windows-search/"><![CDATA[<h1 id="spotlight-vs-windows-search">Spotlight vs Windows Search</h1>

<p>Windows Search (<code class="language-plaintext highlighter-rouge">Win</code> key, then just start typing) and Spotlight (<code class="language-plaintext highlighter-rouge">⌘+Space</code>) solve the same basic problem: find something fast without navigating menus. The shortcut to open it and the intent behind it feel similar. What Spotlight actually does once it’s open goes further than most switchers expect.</p>

<h2 id="the-basics-same-as-windows-search">The basics, same as Windows Search</h2>

<p><code class="language-plaintext highlighter-rouge">⌘+Space</code> opens Spotlight anywhere, anytime. Start typing an app name, hit Enter on the first result, and it launches — functionally identical to typing an app name into the Windows Start menu search.</p>

<p>Same for files: type a filename or partial name, and matching files across your whole Mac show up, sorted by relevance and recency.</p>

<h2 id="where-it-goes-past-just-search">Where it goes past “just search”</h2>

<p><strong>It’s a calculator.</strong> Type <code class="language-plaintext highlighter-rouge">458 * 12</code> directly into Spotlight and the answer appears inline, no Enter needed, no separate app opened. Same for basic unit conversions — type <code class="language-plaintext highlighter-rouge">10 km to miles</code> and it resolves it directly.</p>

<p><strong>It defines words.</strong> Type a word and Spotlight often shows a dictionary definition preview without leaving the search box.</p>

<p><strong>It searches file contents, not just names.</strong> Because Spotlight is backed by a system-wide content index (the same one Finder’s search uses), searching for a phrase can surface a PDF or document that <em>contains</em> that phrase, even if the filename has nothing to do with it. Windows Search can do this too in more recent versions, but it’s less consistently reliable across file types than Spotlight tends to be.</p>

<p><strong>It converts currency</strong>, using rates that update automatically as long as you’re online — type <code class="language-plaintext highlighter-rouge">50 usd to gbp</code>.</p>

<p><strong>It’s a quick launcher for System Settings pages.</strong> Type “Displays” or “Bluetooth” and Spotlight jumps straight to that specific settings pane, skipping the navigation entirely.</p>

<h2 id="what-it-doesnt-do-as-well">What it doesn’t do as well</h2>

<p>Spotlight’s web search integration is more limited than Windows Search’s — it’ll offer a “Search the Web” option that opens your default browser, but it doesn’t show rich web results inline the way Windows 11’s search sometimes does. If you want that, that’s what a browser’s own address bar is for on Mac — most browsers treat the address bar as a combined search/URL bar already.</p>

<h2 id="a-genuinely-underused-feature-spotlight-in-finder-windows">A genuinely underused feature: Spotlight in Finder windows</h2>

<p>Separate from the system-wide <code class="language-plaintext highlighter-rouge">⌘+Space</code> Spotlight, <code class="language-plaintext highlighter-rouge">⌘+F</code> inside a Finder window runs a similar search scoped to whatever folder you’re currently browsing (or your whole Mac, toggleable). It supports filters too — click the <code class="language-plaintext highlighter-rouge">+</code> button in a Finder search to filter by file kind, date modified, size, and more, without typing search syntax.</p>

<h2 id="the-habit-worth-building">The habit worth building</h2>

<p>Most experienced Mac users barely touch the Dock or Applications folder to launch apps — <code class="language-plaintext highlighter-rouge">⌘+Space</code>, type the first few letters, Enter, is faster for almost everything once it’s automatic. If you’re still clicking through folders to find apps a few weeks in, that’s the single highest-value habit to switch over.</p>

<p>For the exact shortcut alongside every other Windows-to-Mac keyboard mapping, see the <a href="/windows-to-mac/keyboard-shortcuts/">full shortcuts reference</a>.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Same idea — press a key, start typing, find what you need. Spotlight goes further than most people realize.]]></summary></entry><entry><title type="html">Right-Click, Gestures, and the Death of Muscle Memory</title><link href="https://macbound.com/windows-to-mac/right-click-gestures-mouse-trackpad/" rel="alternate" type="text/html" title="Right-Click, Gestures, and the Death of Muscle Memory" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/right-click-gestures-mouse-trackpad</id><content type="html" xml:base="https://macbound.com/windows-to-mac/right-click-gestures-mouse-trackpad/"><![CDATA[<h1 id="right-click-gestures-and-the-death-of-muscle-memory">Right-Click, Gestures, and the Death of Muscle Memory</h1>

<p>Pointing devices are one of those things you stop consciously thinking about after years of Windows use — until you’re on a Mac, right-clicking something, and nothing happens. Here’s what’s actually different between the two, on both mouse and trackpad.</p>

<h2 id="right-click-still-exists--its-just-not-guaranteed-by-default">Right-click still exists — it’s just not guaranteed by default</h2>

<p>On a trackpad, two-finger tap opens the context menu — no separate button or zone needed, tap anywhere with two fingers. This is on by default on modern Macs.</p>

<p>With an actual mouse, it depends on the mouse. A Magic Mouse (Apple’s own) has right-click built in but it’s not automatically enabled — check System Settings &gt; Mouse and confirm “Secondary click” is turned on, and set to the bottom-right corner (or left, if you’re left-handed). Most third-party mice work exactly like they did on Windows, since they have a genuinely separate right mouse button — no macOS-specific setup needed.</p>

<p>If right-click seems to not work at all, that setting is the first place to check — it’s a surprisingly common first-day confusion for switchers using Apple’s own mouse.</p>

<h2 id="ctrlclick-as-a-fallback">Ctrl+click as a fallback</h2>

<p>Regardless of what mouse or trackpad you’re using, holding <code class="language-plaintext highlighter-rouge">⌃</code> (Control) and clicking always opens the context menu — a universal fallback that works identically across every input device. Worth knowing even if two-finger-tap or secondary-click is already working for you, since it’s occasionally faster in specific situations (like when you’re already holding a modifier key for something else).</p>

<h2 id="scrolling-direction-the-thing-that-feels-backwards-at-first">Scrolling direction: the thing that feels “backwards” at first</h2>

<p>macOS ships with Natural Scrolling on — content moves the same direction your fingers move, mimicking how you’d scroll a piece of paper or a phone screen. Windows’ default is the inverse: scroll down, content moves up. Neither is more “correct,” but if you’re used to Windows’ direction, Mac’s default will feel backwards for the first few days. It’s a toggle in System Settings &gt; Trackpad (or Mouse) if you’d rather match your old habit — most people report getting used to the Mac default within a week and preferring it afterward, but there’s no reason to force it if you don’t.</p>

<h2 id="click-and-drag-feels-different-on-a-trackpad">Click-and-drag feels different on a trackpad</h2>

<p>Windows trackpads (and older Mac ones) often support click-and-drag by pressing down and holding while moving. Modern Mac trackpads are force-sensitive and haptic — there’s no physical button click at all, just pressure detection, which can feel different the first time. If you find drag operations awkward, System Settings &gt; Accessibility &gt; Pointer Control has a “three-finger drag” option (covered in more detail in the <a href="/windows-to-mac/gestures-every-switcher-should-learn/">gestures guide</a>) that replaces click-and-hold with a three-finger gesture instead — some people find it much more comfortable.</p>

<h2 id="middle-click-doesnt-really-exist-the-same-way">Middle-click doesn’t really exist the same way</h2>

<p>Windows middle-click (often used to open a link in a new browser tab) doesn’t have a direct trackpad gesture equivalent. Most browsers on Mac support <code class="language-plaintext highlighter-rouge">⌘+click</code> on a link to open it in a new tab instead — same result, different modifier.</p>

<h2 id="the-net-effect">The net effect</h2>

<p>None of these are dramatic differences individually, but they stack — right-click needing a settings check, scroll direction feeling inverted, drag behaving differently — and together they’re a big part of why the first week on a new Mac feels slightly “off” in a hard-to-articulate way, even once you’ve learned the big keyboard shortcuts. Most of it resolves itself within a week or two of regular use; the settings mentioned above just speed that up if something’s actively bothering you.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Your mouse and trackpad both still work on Mac. The habits built around them don't transfer cleanly — here's what changed.]]></summary></entry><entry><title type="html">The Menu Bar Isn’t the Taskbar: Understanding the Biggest UI Shift</title><link href="https://macbound.com/windows-to-mac/menu-bar-vs-taskbar/" rel="alternate" type="text/html" title="The Menu Bar Isn’t the Taskbar: Understanding the Biggest UI Shift" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/menu-bar-vs-taskbar</id><content type="html" xml:base="https://macbound.com/windows-to-mac/menu-bar-vs-taskbar/"><![CDATA[<h1 id="the-menu-bar-isnt-the-taskbar-understanding-the-biggest-ui-shift">The Menu Bar Isn’t the Taskbar: Understanding the Biggest UI Shift</h1>

<p>If there’s one interface habit that takes the longest to unlearn, it’s this: on Windows, each window carries its own menu bar and controls. On Mac, there’s exactly one menu bar, fixed at the top of the screen, and it always belongs to whichever app is currently active — not to whichever window you’re looking at.</p>

<h2 id="what-this-actually-means-in-practice">What this actually means in practice</h2>

<p>Click on a Finder window, and the menu bar at the top says “Finder,” with Finder’s menus (File, Edit, View, Go…). Click on Safari instead, and without you touching the top of the screen at all, those same menus instantly become Safari’s. The menu bar doesn’t move or duplicate — it just always reflects whatever app currently has focus.</p>

<p>This trips people up in a specific, recurring way: you click on the desktop (to see it, or to select an icon there) and the menu bar switches to “Finder” — even though no Finder <em>window</em> is open. The menu bar tracks the active app, not visible windows. It’s not a bug or a stuck state; that’s just how it works.</p>

<h2 id="why-this-is-different-from-the-taskbar-not-just-relocated">Why this is different from the taskbar, not just relocated</h2>

<p>The Windows taskbar does several jobs at once: launching apps (pinned icons), switching between open windows (running app icons/thumbnails), and showing system status (clock, volume, network) in the system tray. macOS splits these into three separate things:</p>

<ul>
  <li><strong>App launching and switching</strong> → the Dock, which sits at the bottom (or side) of the screen</li>
  <li><strong>App-specific commands</strong> → the menu bar, top of screen, changes based on active app</li>
  <li><strong>System status</strong> → the menu bar’s right side (clock, WiFi, battery, volume, and other small icons)</li>
</ul>

<p>So “the taskbar” doesn’t map to one Mac element — it maps to two, doing different jobs.</p>

<h2 id="the-dock-is-the-closer-taskbar-equivalent--with-one-big-difference">The Dock is the closer taskbar equivalent — with one big difference</h2>

<p>Click a Dock icon and the app launches, same as Windows. But closing a window (<code class="language-plaintext highlighter-rouge">⌘+W</code>) doesn’t remove the app from the Dock or stop it running — quitting (<code class="language-plaintext highlighter-rouge">⌘+Q</code>) does that. A small dot beneath an app’s Dock icon means it’s currently running, even with zero windows open. This is directly related to the close-vs-quit distinction that trips up most switchers early on.</p>

<h2 id="why-the-fixed-menu-bar-is-actually-a-deliberate-design-choice">Why the fixed menu bar is actually a deliberate design choice</h2>

<p>It’s not an oversight that macOS didn’t adopt per-window menu bars — it’s original to the Mac’s interface design going back to 1984, and the reasoning holds up: your eyes always know exactly where to look for menus (top of screen, always), rather than hunting for them inside whatever window happens to be focused. Once you’re used to it, glancing at the top-left of the screen tells you at a glance which app is currently active — genuinely useful information Windows doesn’t surface as directly.</p>

<h2 id="the-practical-adjustment">The practical adjustment</h2>

<p>The habit that actually helps: before hunting for a menu command, glance at the top-left corner first to confirm which app’s menu bar you’re looking at. If you expected to see “Preview” and it says “Finder,” you clicked something that shifted focus without you noticing — usually the desktop, or an empty area of a window.</p>

<p>It takes most people a few days to stop reflexively looking inside the window for a menu. After that, it tends to become the thing people miss when they go back to Windows, not the other way around.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[It's the single detail that makes Mac feel most unfamiliar at first — and once it clicks, most of the rest of macOS makes more sense.]]></summary></entry><entry><title type="html">How to Install and Uninstall Apps on Mac (No Control Panel)</title><link href="https://macbound.com/windows-to-mac/install-uninstall-apps-mac/" rel="alternate" type="text/html" title="How to Install and Uninstall Apps on Mac (No Control Panel)" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/install-uninstall-apps-mac</id><content type="html" xml:base="https://macbound.com/windows-to-mac/install-uninstall-apps-mac/"><![CDATA[<h1 id="how-to-install-and-uninstall-apps-on-mac-no-control-panel">How to Install and Uninstall Apps on Mac (No Control Panel)</h1>

<p>Windows app management runs through installers (<code class="language-plaintext highlighter-rouge">.exe</code>/<code class="language-plaintext highlighter-rouge">.msi</code>) and a centralized Control Panel or Settings list to remove them later. Mac has neither — and the alternative, once you know it, is genuinely simpler for most apps.</p>

<h2 id="installing-three-common-paths">Installing: three common paths</h2>

<p><strong>The Mac App Store</strong> — the most Windows-Store-like option. Search, click Get or the price, authenticate with Touch ID or your Apple ID password, done. Updates happen automatically (or via the App Store’s Updates tab).</p>

<p><strong>A <code class="language-plaintext highlighter-rouge">.dmg</code> file downloaded from a website</strong> — the most common path for apps not on the App Store. Double-click the <code class="language-plaintext highlighter-rouge">.dmg</code>, a window opens showing the app’s icon next to a shortcut to your Applications folder, and you drag one onto the other. That’s the entire install — no wizard, no “Next, Next, Next, Finish.” Eject the <code class="language-plaintext highlighter-rouge">.dmg</code> (right-click, Eject) once it’s copied over; it’s just a mounted disk image at that point, not the actual installed app.</p>

<p><strong>Homebrew</strong>, if you’re comfortable in Terminal — <code class="language-plaintext highlighter-rouge">brew install --cask &lt;appname&gt;</code> handles the download and install in one command, useful if you’re setting up a new Mac and want to script the whole thing. See <a href="/windows-to-mac/install-homebrew-on-mac/">installing Homebrew</a> if that’s unfamiliar.</p>

<h2 id="the-gatekeeper-prompt-youll-see-on-first-launch">The Gatekeeper prompt you’ll see on first launch</h2>

<p>The first time you open an app downloaded outside the App Store, macOS will often show a warning: “App can’t be opened because it is from an unidentified developer,” or similar. This isn’t a sign something’s wrong — it’s Gatekeeper, macOS’s built-in check for apps that aren’t notarized by Apple. If you trust the source, System Settings &gt; Privacy &amp; Security has a button to allow it after the first blocked attempt, or right-click the app and choose Open instead of double-clicking, which offers a direct override.</p>

<h2 id="uninstalling-its-just-the-trash">Uninstalling: it’s just the Trash</h2>

<p>This is the part that surprises people most. There’s no uninstall wizard for most Mac apps — you drag the app from Applications to the Trash, same motion as deleting any other file, then empty the Trash. That’s the entire process for the vast majority of Mac software.</p>

<p>This works cleanly because most Mac apps are self-contained “bundles” — everything the app needs lives inside that one <code class="language-plaintext highlighter-rouge">.app</code> file, rather than being scattered across a system-wide registry and multiple folders the way Windows installs often are. Deleting the bundle removes the app.</p>

<h2 id="what-actually-gets-left-behind">What actually gets left behind</h2>

<p>It’s not always perfectly clean — some apps leave preference files (<code class="language-plaintext highlighter-rouge">~/Library/Preferences</code>), cached data (<code class="language-plaintext highlighter-rouge">~/Library/Caches</code>), or support files (<code class="language-plaintext highlighter-rouge">~/Library/Application Support</code>) behind after you delete the main app. For most people, this doesn’t matter — it’s a few small files, not a meaningfully bloated system. If you want a genuinely thorough removal (freeing an app’s license file before reinstalling, for instance, or just tidying up), a dedicated uninstaller app like AppCleaner (free) scans for and removes those leftover files when you drag an app onto it, instead of the Trash.</p>

<h2 id="apps-that-install-their-own-uninstaller">Apps that install their own uninstaller</h2>

<p>A small number of larger apps (some Adobe products, some VPN or security software) do ship a separate uninstaller, because they install background services or system extensions that a simple drag-to-Trash won’t fully remove. If an app has one, it’s typically in its own folder within Applications, or accessible from the app’s own Help menu.</p>

<h2 id="the-one-line-summary">The one-line summary</h2>

<p>Install: drag to Applications, or App Store, or Homebrew. Uninstall: drag to Trash. It’s a smaller, simpler mental model than Windows’ installer/uninstaller pipeline — the trade-off is it relies on developers building well-behaved self-contained apps, which the vast majority do.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[There's no Control Panel, no MSI installers, and no 'Add or Remove Programs' list. Here's how app management actually works.]]></summary></entry><entry><title type="html">How to Install Homebrew on Mac (and Why You’ll Want It)</title><link href="https://macbound.com/windows-to-mac/install-homebrew-on-mac/" rel="alternate" type="text/html" title="How to Install Homebrew on Mac (and Why You’ll Want It)" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/install-homebrew-on-mac</id><content type="html" xml:base="https://macbound.com/windows-to-mac/install-homebrew-on-mac/"><![CDATA[<h1 id="how-to-install-homebrew-on-mac-and-why-youll-want-it">How to Install Homebrew on Mac (and Why You’ll Want It)</h1>

<p>If you ever used <code class="language-plaintext highlighter-rouge">winget</code> or Chocolatey on Windows to install software from the command line instead of hunting for installer <code class="language-plaintext highlighter-rouge">.exe</code> files, Homebrew is the direct Mac equivalent — and it’s more central to the Mac developer/power-user ecosystem than either of those are on Windows. A huge number of tools, especially anything development-adjacent, assume you already have it.</p>

<h2 id="what-it-actually-is">What it actually is</h2>

<p>Homebrew is a package manager: a command-line tool that installs, updates, and removes software by name, pulling from a huge community-maintained catalog. Instead of downloading a <code class="language-plaintext highlighter-rouge">.dmg</code>, dragging an icon to Applications, and manually checking for updates later, you run one command and it’s handled — installation, and later, updates, all from Terminal.</p>

<h2 id="installing-it">Installing it</h2>

<p>Open Terminal (Spotlight: <code class="language-plaintext highlighter-rouge">⌘+Space</code>, type “Terminal”) and paste this, exactly as published on <a href="https://brew.sh">brew.sh</a> — always check the official site for the current command rather than copying it from an old blog post, since Homebrew occasionally updates the installer:</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/bin/bash <span class="nt">-c</span> <span class="s2">"</span><span class="si">$(</span>curl <span class="nt">-fsSL</span> https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh<span class="si">)</span><span class="s2">"</span>
</code></pre></div></div>

<p>It’ll ask for your password (this is normal — it needs to create a few system directories) and walk you through the rest. On Apple Silicon Macs, it installs to <code class="language-plaintext highlighter-rouge">/opt/homebrew</code>; on Intel Macs, <code class="language-plaintext highlighter-rouge">/usr/local</code>. The installer will tell you if you need to add it to your shell’s PATH — usually one more command it prints for you to copy-paste.</p>

<h2 id="using-it">Using it</h2>

<p>Once installed, the whole interface is a handful of commands:</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>brew <span class="nb">install</span> &lt;package&gt;     <span class="c"># install something</span>
brew uninstall &lt;package&gt;   <span class="c"># remove it</span>
brew update                <span class="c"># update Homebrew itself</span>
brew upgrade                <span class="c"># upgrade everything you've installed</span>
brew list                   <span class="c"># see what you've installed</span>
</code></pre></div></div>

<p>A few genuinely useful examples: <code class="language-plaintext highlighter-rouge">brew install wget</code>, <code class="language-plaintext highlighter-rouge">brew install git</code>, <code class="language-plaintext highlighter-rouge">brew install --cask visual-studio-code</code>. That <code class="language-plaintext highlighter-rouge">--cask</code> flag matters — Homebrew has two catalogs. Plain <code class="language-plaintext highlighter-rouge">brew install</code> handles command-line tools; <code class="language-plaintext highlighter-rouge">brew install --cask</code> handles full GUI applications (the ones you’d normally drag into Applications). If a regular install fails with “no formulae found” for something you know is an app, try it again with <code class="language-plaintext highlighter-rouge">--cask</code>.</p>

<h2 id="why-its-worth-the-setup">Why it’s worth the setup</h2>

<p>The honest case for Homebrew isn’t that it’s dramatically faster than downloading an installer once — it’s that it removes the manual-update problem entirely. <code class="language-plaintext highlighter-rouge">brew upgrade</code> on its own catches every tool you’ve installed this way in one pass, instead of you remembering to check a dozen different apps’ “Check for Updates” menus individually.</p>

<p>It’s also just the expected way to install a huge swath of developer and power-user tools on Mac — READMEs across GitHub routinely say “run <code class="language-plaintext highlighter-rouge">brew install x</code>” as the first step, no further explanation given, because it’s assumed you have it.</p>

<h2 id="a-note-if-youre-coming-from-applescript-or-automation-work">A note if you’re coming from AppleScript or automation work</h2>

<p>Homebrew installs command-line tools, but it’s not itself a scripting or automation tool — it’s how you <em>get</em> the tools you’ll automate around (<code class="language-plaintext highlighter-rouge">jq</code> for JSON, <code class="language-plaintext highlighter-rouge">ffmpeg</code> for video, <code class="language-plaintext highlighter-rouge">imagemagick</code> for images, and hundreds more). If what you’re actually after is automating repetitive Mac tasks — file organization, batch renaming, that kind of thing — that’s more AppleScript’s territory than Homebrew’s, and it doesn’t require Terminal at all. <a href="https://apps.apple.com/us/app/scriptly-script-automations/id6788839033?mt=12">Scriptly</a> generates working AppleScript from a plain-English description if you’d rather skip writing it by hand.</p>

<p>Homebrew is a one-time, ten-minute setup that quietly saves time for as long as you use the Mac afterward — worth doing even if you don’t yet know exactly what you’ll install with it.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Windows has winget and Chocolatey. Mac's equivalent is Homebrew — and once it's installed, it becomes how you install almost everything else.]]></summary></entry><entry><title type="html">Getting Comfortable in Terminal on Mac</title><link href="https://macbound.com/windows-to-mac/getting-comfortable-in-terminal-mac/" rel="alternate" type="text/html" title="Getting Comfortable in Terminal on Mac" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/getting-comfortable-in-terminal-mac</id><content type="html" xml:base="https://macbound.com/windows-to-mac/getting-comfortable-in-terminal-mac/"><![CDATA[<h1 id="getting-comfortable-in-terminal-on-mac">Getting Comfortable in Terminal on Mac</h1>

<p>Terminal is Mac’s command-line app — the rough equivalent of Windows’ Command Prompt or PowerShell, but running a Unix shell (<code class="language-plaintext highlighter-rouge">zsh</code> by default on modern macOS) instead. You genuinely don’t need it for everyday Mac use. But a handful of commands solve problems that are otherwise annoyingly fiddly through the regular interface, and it’s less intimidating than it looks.</p>

<h2 id="opening-it">Opening it</h2>

<p><code class="language-plaintext highlighter-rouge">⌘+Space</code>, type “Terminal,” hit Enter. That’s it — it’s in Applications &gt; Utilities if you’d rather find it by clicking.</p>

<h2 id="the-commands-that-map-directly-from-what-you-already-know">The commands that map directly from what you already know</h2>

<p>If you’ve used Command Prompt, most of your instincts carry over with different command names:</p>

<table>
  <thead>
    <tr>
      <th>Command Prompt</th>
      <th>Terminal (Mac)</th>
      <th>Does</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">dir</code></td>
      <td><code class="language-plaintext highlighter-rouge">ls</code></td>
      <td>list files in current folder</td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">cd foldername</code></td>
      <td><code class="language-plaintext highlighter-rouge">cd foldername</code></td>
      <td>change directory (same!)</td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">cls</code></td>
      <td><code class="language-plaintext highlighter-rouge">clear</code></td>
      <td>clear the screen</td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">copy</code></td>
      <td><code class="language-plaintext highlighter-rouge">cp</code></td>
      <td>copy a file</td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">move</code></td>
      <td><code class="language-plaintext highlighter-rouge">mv</code></td>
      <td>move or rename a file</td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">del</code></td>
      <td><code class="language-plaintext highlighter-rouge">rm</code></td>
      <td>delete a file</td>
    </tr>
    <tr>
      <td><code class="language-plaintext highlighter-rouge">mkdir</code></td>
      <td><code class="language-plaintext highlighter-rouge">mkdir</code></td>
      <td>make a folder (same!)</td>
    </tr>
  </tbody>
</table>

<p>A few of these are identical, which helps. The differences are mostly naming, not concept.</p>

<h2 id="the-moves-worth-learning-first">The moves worth learning first</h2>

<p><strong>Tab completion.</strong> Start typing a file or folder name and hit Tab — it autocompletes. This alone eliminates most typos and is faster than typing full paths.</p>

<p><strong>Dragging a file into Terminal</strong> pastes its full path automatically. If a command needs a file path and you’re not sure how to type it out, just drag the file from Finder into the Terminal window.</p>

<p><strong>Up arrow</strong> cycles through your command history — no retyping a long command you just ran with one small change.</p>

<p><strong><code class="language-plaintext highlighter-rouge">open .</code></strong> opens the current Terminal folder in Finder. Useful when you’ve navigated somewhere via <code class="language-plaintext highlighter-rouge">cd</code> and want to see it visually instead of by listing.</p>

<h2 id="things-terminal-is-genuinely-good-for">Things Terminal is genuinely good for</h2>

<p><strong>Force-quitting something that’s really stuck.</strong> If Force Quit (<code class="language-plaintext highlighter-rouge">⌘+⌥+Esc</code>) doesn’t work, <code class="language-plaintext highlighter-rouge">killall AppName</code> (exact app name, case-sensitive) will.</p>

<p><strong>Checking what’s using your network or a port.</strong> <code class="language-plaintext highlighter-rouge">lsof -i :3000</code> shows what’s bound to port 3000 — handy if you’re a developer and something’s already running there.</p>

<p><strong>Batch operations regular Finder can’t do easily.</strong> Renaming 200 files with a specific pattern, finding every file over a certain size, that kind of thing — a one-line command often beats clicking through hundreds of files by hand.</p>

<p><strong>Checking disk space by folder</strong>, not just overall: <code class="language-plaintext highlighter-rouge">du -sh */</code> in a directory shows the size of each subfolder, which System Settings’ storage view doesn’t break down nearly as granularly.</p>

<h2 id="the-honest-caveat">The honest caveat</h2>

<p>Terminal commands are unforgiving — there’s no confirmation dialog before <code class="language-plaintext highlighter-rouge">rm</code> deletes a file, and no Trash to recover it from afterward. The habit worth building early: if you’re not sure what a command does, look it up before running it, especially anything involving <code class="language-plaintext highlighter-rouge">rm</code>, <code class="language-plaintext highlighter-rouge">sudo</code>, or a command copy-pasted from a random forum post. <code class="language-plaintext highlighter-rouge">man &lt;command&gt;</code> (manual) shows the built-in documentation for anything installed on your Mac if you want to check before running it.</p>

<h2 id="if-terminal-isnt-really-what-youre-after">If Terminal isn’t really what you’re after</h2>

<p>A lot of people reach for Terminal assuming it’s the only way to automate repetitive tasks on Mac — rename files, sort downloads, that kind of thing. It’s one way, but not the easiest one. AppleScript handles most everyday automation without ever opening Terminal, and <a href="https://apps.apple.com/us/app/scriptly-script-automations/id6788839033?mt=12">Scriptly</a> will write that AppleScript for you from a plain description if you’d rather skip the syntax entirely.</p>

<p>Terminal is a tool worth having in your back pocket, not something you need to master. Learning the ten commands above covers the vast majority of situations where it’s genuinely the fastest option.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[You don't need Terminal to use a Mac day to day — but knowing a handful of commands makes a lot of small annoyances disappear.]]></summary></entry><entry><title type="html">Trackpad Gestures Every Windows Switcher Should Learn</title><link href="https://macbound.com/windows-to-mac/gestures-every-switcher-should-learn/" rel="alternate" type="text/html" title="Trackpad Gestures Every Windows Switcher Should Learn" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/gestures-every-switcher-should-learn</id><content type="html" xml:base="https://macbound.com/windows-to-mac/gestures-every-switcher-should-learn/"><![CDATA[<h1 id="trackpad-gestures-every-windows-switcher-should-learn">Trackpad Gestures Every Windows Switcher Should Learn</h1>

<p>If you’re coming from a Windows laptop, there’s a decent chance your trackpad was mostly a worse mouse — used for pointing and clicking, maybe two-finger scroll, and not much else. macOS trackpads (both the built-in one on a MacBook and the standalone Magic Trackpad) are built around gestures doing real work: switching apps, revealing windows, zooming, and more, without ever touching the keyboard.</p>

<p>Here are the ones worth learning first.</p>

<h2 id="the-basics-youll-use-constantly">The basics you’ll use constantly</h2>

<p><strong>Two-finger scroll</strong> works like you’d expect, but the direction might feel backwards at first — macOS ships with “natural scrolling” on by default, meaning content moves the same direction as your fingers (like scrolling on a phone), rather than the inverted feel Windows trackpads default to. If it bugs you, it’s a toggle in System Settings &gt; Trackpad — but most people adjust within a day or two and end up preferring it.</p>

<p><strong>Two-finger tap</strong> is your right-click. No need to hunt for a physical right-click zone like some Windows trackpads have — tap anywhere with two fingers.</p>

<p><strong>Pinch to zoom</strong> works the same way it does on a phone — two fingers, pinch open or closed — in Photos, Maps, Safari, PDFs, and most apps that handle images or documents.</p>

<h2 id="the-ones-that-actually-replace-keyboard-shortcuts">The ones that actually replace keyboard shortcuts</h2>

<p><strong>Three-finger swipe up</strong> opens Mission Control — a bird’s-eye view of every open window and virtual desktop (called Spaces on Mac) at once. It’s the closest equivalent to Windows’ Task View (<code class="language-plaintext highlighter-rouge">Win+Tab</code>), and it’s genuinely faster once it’s muscle memory, since it’s one motion instead of holding a key combo.</p>

<p><strong>Three-finger swipe down</strong> shows App Exposé — every open window belonging to just the current app. Useful the moment you have, say, six Finder windows or a dozen browser tabs and can’t find the one you want by <code class="language-plaintext highlighter-rouge">⌘+\</code>` alone.</p>

<p><strong>Three-finger swipe left/right</strong> moves between virtual desktops (Spaces) and full-screen apps. If you’ve set up multiple desktops — one for work, one for messaging, whatever — this is how you flip between them without a keyboard shortcut at all.</p>

<h2 id="the-ones-most-people-never-discover">The ones most people never discover</h2>

<p><strong>Four- (or five-) finger pinch out</strong> (spread your fingers apart) shows the desktop by pushing all windows to the edges of the screen — equivalent to Windows’ <code class="language-plaintext highlighter-rouge">Win+D</code>.</p>

<p><strong>Four- (or five-) finger pinch in</strong> opens Launchpad, a full-screen grid of every installed app — the closest thing Mac has to a Start Menu, gesture-accessible without touching the keyboard.</p>

<p><strong>Two-finger double-tap</strong> is “Smart Zoom” — it zooms into whatever’s under your fingers on a webpage or document, then zooms back out on a second double-tap. Different from pinch-zoom in that it’s a single deliberate motion rather than a continuous gesture.</p>

<h2 id="one-gesture-you-have-to-turn-on-yourself">One gesture you have to turn on yourself</h2>

<p>Three-finger drag — dragging a window or file by holding three fingers down and moving them, instead of a separate click-and-hold — isn’t enabled by default. It lives in System Settings &gt; Accessibility &gt; Pointer Control &gt; Trackpad Options. Worth turning on if you find click-and-drag physically awkward, which some people do coming from a mouse-first workflow.</p>

<h2 id="where-to-actually-see-all-of-this">Where to actually see all of this</h2>

<p>System Settings &gt; Trackpad has a “More Gestures” tab with a live animated preview of every gesture above — worth a scroll through once, since it’s genuinely faster to watch a 2-second loop than read a paragraph. For the full written reference including finger counts and exact motions, see the <a href="/windows-to-mac/trackpad-gestures/">trackpad gestures page</a>.</p>

<p>None of these are required — you can absolutely use a Mac with just clicking and scrolling. But most people who actually learn three or four of these end up reaching for the keyboard noticeably less within a week.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[A Mac trackpad replaces a surprising number of keyboard shortcuts and mouse clicks — if you know the gestures exist.]]></summary></entry><entry><title type="html">Finder vs File Explorer: What’s Actually Different</title><link href="https://macbound.com/windows-to-mac/finder-vs-file-explorer-differences/" rel="alternate" type="text/html" title="Finder vs File Explorer: What’s Actually Different" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/finder-vs-file-explorer-differences</id><content type="html" xml:base="https://macbound.com/windows-to-mac/finder-vs-file-explorer-differences/"><![CDATA[<h1 id="finder-vs-file-explorer-whats-actually-different">Finder vs File Explorer: What’s Actually Different</h1>

<p>Finder and File Explorer do the same job — browse files, move things around, dig through folders — but almost none of the details match. If you’re clicking around expecting Windows behavior, here’s what’s actually going on.</p>

<h2 id="theres-no-address-bar-sort-of">There’s no address bar (sort of)</h2>

<p>File Explorer’s address bar lets you type or paste a path and jump straight there. Finder doesn’t show one by default. The equivalent is <code class="language-plaintext highlighter-rouge">⌘+Shift+G</code> — “Go to Folder” — which opens a small text field where you can paste or type any path, including hidden system folders you can’t normally browse to. It’s arguably faster once you’re used to it, but it’s not visible until you go looking for it.</p>

<h2 id="multiple-folders-open-at-once-works-differently">Multiple folders open at once works differently</h2>

<p>Windows typically means multiple File Explorer <em>windows</em>. Finder supports that too, but its more native pattern is tabs — <code class="language-plaintext highlighter-rouge">⌘+T</code> opens a new tab in the same window, and <code class="language-plaintext highlighter-rouge">⌘+1</code> through <code class="language-plaintext highlighter-rouge">⌘+9</code> jump between them. If your Windows habit is a taskbar cluttered with File Explorer icons, Finder tabs are the cleaner replacement.</p>

<h2 id="search-works-differently--and-its-more-powerful-than-it-looks">Search works differently — and it’s more powerful than it looks</h2>

<p><code class="language-plaintext highlighter-rouge">⌘+F</code> in Finder isn’t a simple filename filter — it’s backed by Spotlight, macOS’s system-wide index. That means it can search file <em>contents</em>, not just names, and it’s typically much faster than File Explorer’s search on an equivalent folder. The trade-off: because it’s index-based, a file you just created might take a few seconds to show up in results.</p>

<h2 id="properties-became-get-info--and-its-per-file-not-batch-by-default">Properties became “Get Info” — and it’s per-file, not batch by default</h2>

<p>Right-click → Properties in Windows becomes right-click → Get Info (or <code class="language-plaintext highlighter-rouge">⌘+I</code>) in Finder. One difference worth knowing: Get Info opens a separate small window per file, rather than one dialog you can flip between. Selecting multiple files and hitting <code class="language-plaintext highlighter-rouge">⌘+I</code> will open several info windows at once — that’s expected, not a bug.</p>

<h2 id="deleting-doesnt-mean-deleting">Deleting doesn’t mean deleting</h2>

<p>Dragging a file to the Trash (or pressing <code class="language-plaintext highlighter-rouge">⌘+Delete</code>) doesn’t remove it — same as Windows’ Recycle Bin, it’s a holding pen until you empty it. The one gotcha: <code class="language-plaintext highlighter-rouge">⌘+Option+Delete</code> skips the Trash entirely and deletes immediately, no confirmation. Windows’ equivalent is <code class="language-plaintext highlighter-rouge">Shift+Delete</code>. Both are easy to hit by accident with the wrong modifier key, so it’s worth knowing before you’re troubleshooting a “missing” file.</p>

<h2 id="view-modes-are-the-same-idea-different-shortcuts">View modes are the same idea, different shortcuts</h2>

<p>Icons, list, and a third option Windows doesn’t really have — columns (<code class="language-plaintext highlighter-rouge">⌘+3</code>), which shows nested folder hierarchy as a series of panes, genuinely useful for deep folder structures. The shortcuts: <code class="language-plaintext highlighter-rouge">⌘+1</code> icons, <code class="language-plaintext highlighter-rouge">⌘+2</code> list, <code class="language-plaintext highlighter-rouge">⌘+3</code> columns, <code class="language-plaintext highlighter-rouge">⌘+4</code> gallery (a big-preview mode, closer to Windows’ “Large icons” but with a metadata sidebar).</p>

<h2 id="hidden-files-arent-hidden-the-same-way">Hidden files aren’t hidden the same way</h2>

<p>Windows shows hidden files through a View menu checkbox. Finder’s toggle is a shortcut: <code class="language-plaintext highlighter-rouge">⌘+Shift+.</code> (period) shows and hides dotfiles and system folders instantly, anywhere in Finder. Handy for anyone editing config files that live in hidden folders like <code class="language-plaintext highlighter-rouge">~/.ssh</code> or <code class="language-plaintext highlighter-rouge">~/.config</code>.</p>

<h2 id="mapped-network-drives-became-connect-to-server">Mapped network drives became “Connect to Server”</h2>

<p>There’s no “map a drive letter” concept on Mac — network shares don’t get a letter, they show up in the sidebar once connected. <code class="language-plaintext highlighter-rouge">⌘+K</code> opens Connect to Server, where you paste a server address (<code class="language-plaintext highlighter-rouge">smb://</code>, <code class="language-plaintext highlighter-rouge">afp://</code>, etc.) directly.</p>

<p>None of this is worse or better, exactly — it’s just a different set of defaults built around a different set of assumptions. Once the shortcuts are in your fingers, Finder gets out of your way the same as Explorer did. For the shortcuts side of things, the <a href="/windows-to-mac/keyboard-shortcuts/">full keyboard shortcut reference</a> covers Finder-specific ones alongside everything else.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[They both show you your files. Past that, Finder and File Explorer barely agree on anything. Here's what changed.]]></summary></entry><entry><title type="html">File Extensions and “Open With” on Mac vs Windows</title><link href="https://macbound.com/windows-to-mac/file-extensions-open-with-mac/" rel="alternate" type="text/html" title="File Extensions and “Open With” on Mac vs Windows" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/file-extensions-open-with-mac</id><content type="html" xml:base="https://macbound.com/windows-to-mac/file-extensions-open-with-mac/"><![CDATA[<h1 id="file-extensions-and-open-with-on-mac-vs-windows">File Extensions and “Open With” on Mac vs Windows</h1>

<p>Two small but genuinely confusing differences trip up almost every Windows switcher around file types: extensions are hidden by default, and there’s no single “default apps” settings page — control happens differently, and it’s more granular than Windows’ approach.</p>

<h2 id="extensions-are-hidden-by-default">Extensions are hidden by default</h2>

<p>Windows shows file extensions in Explorer somewhat inconsistently depending on version and settings, but it’s common to see them. macOS hides them by default across the board — a file named <code class="language-plaintext highlighter-rouge">report.pdf</code> just shows as <code class="language-plaintext highlighter-rouge">report</code> in Finder.</p>

<p>To show them everywhere: Finder menu (top-left, next to the Apple icon, when Finder is active) &gt; Settings &gt; Advanced &gt; check “Show all filename extensions.” This is a global, one-time setting — once it’s on, every file everywhere shows its extension.</p>

<p>If you just want to see one file’s extension without changing the global setting, select the file, <code class="language-plaintext highlighter-rouge">⌘+I</code> for Get Info, and expand the “Name &amp; Extension” section — it’s shown there regardless of the global setting, and there’s a checkbox to hide/show it for that specific file.</p>

<h2 id="renaming-and-accidentally-breaking-the-extension">Renaming and accidentally breaking the extension</h2>

<p>Since extensions are hidden by default, renaming a file (select it, hit Return, type a new name) can accidentally strip or change the extension if you’re not careful, especially right after switching from Windows where you’d see the full <code class="language-plaintext highlighter-rouge">filename.ext</code> and edit around it. If you rename a file and it suddenly won’t open in the app you expect, check whether the extension survived the rename — Get Info will show you.</p>

<h2 id="open-with-works-per-file-and-its-more-powerful-than-it-looks">“Open With” works per-file, and it’s more powerful than it looks</h2>

<p>Right-click any file and there’s an “Open With” submenu listing every app on your Mac capable of opening that file type, plus “Other…” to browse for something not listed. Choose an app, and there’s a checkbox at the bottom: <strong>“Always Open With”</strong> — check it, and every file of that same type opens with your chosen app going forward.</p>

<p>This is functionally similar to Windows’ “Open with &gt; Choose another app &gt; Always use this app,” but on Mac it’s accessed per-file rather than through a centralized Default Apps settings page — there isn’t one. If you want to change the default for a file type without having a specific file to right-click, the workaround is: right-click any file of that type, Get Info, change the “Open with” dropdown near the top, and click <strong>“Change All…“</strong> — this applies it to every file with that same extension, not just the one you clicked.</p>

<h2 id="setting-a-default-web-browser-is-the-one-exception">Setting a default web browser is the one exception</h2>

<p>Unlike other file types, default browser (and default email client) does get a dedicated settings location: System Settings &gt; Desktop &amp; Dock, scroll down to “Default web browser.” This is the closest Mac gets to Windows’ centralized default-apps page, and it only covers browser and mail — everything else routes through the per-file-type Get Info method above.</p>

<h2 id="why-this-design-briefly">Why this design, briefly</h2>

<p>The per-file-type approach (via Get Info’s “Change All”) is arguably more precise than Windows’ single global settings page — you’re explicitly choosing which extension you’re changing the default for, rather than scrolling a long alphabetical list of every registered file type on the system. It’s a few more clicks the first time, but it maps more directly to “I want <code class="language-plaintext highlighter-rouge">.jpg</code> files to open in Preview instead of Photos” as a specific, deliberate action.</p>

<p>Once you know where “Change All” lives, this stops being confusing — it’s genuinely just a different location for the same capability, not a missing feature.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[Mac hides file extensions by default and handles default apps per-file rather than per-type globally. Here's how to actually control it.]]></summary></entry><entry><title type="html">“App Can’t Be Opened” — Understanding Gatekeeper and Mac Security Prompts</title><link href="https://macbound.com/windows-to-mac/app-cant-be-opened-gatekeeper/" rel="alternate" type="text/html" title="“App Can’t Be Opened” — Understanding Gatekeeper and Mac Security Prompts" /><published>2026-08-29T15:38:30+00:00</published><updated>2026-08-29T15:38:30+00:00</updated><id>https://macbound.com/windows-to-mac/app-cant-be-opened-gatekeeper</id><content type="html" xml:base="https://macbound.com/windows-to-mac/app-cant-be-opened-gatekeeper/"><![CDATA[<h1 id="app-cant-be-opened--understanding-gatekeeper-and-mac-security-prompts">“App Can’t Be Opened” — Understanding Gatekeeper and Mac Security Prompts</h1>

<p>Windows has SmartScreen, which warns about unrecognized downloads. macOS’s version is called Gatekeeper, and it shows up more often and more strictly than most switchers expect the first time they download an app from outside the App Store.</p>

<h2 id="what-the-warning-actually-means">What the warning actually means</h2>

<p>The message usually reads something like: <em>“AppName” can’t be opened because Apple cannot check it for malicious software</em> or <em>“AppName” is from an unidentified developer.</em> This isn’t macOS detecting something specifically dangerous — it’s a blanket check for whether the app was <strong>notarized</strong> by Apple (a verification step, separate from App Store review, that developers can request even for apps distributed directly).</p>

<p>An app failing this check doesn’t mean it’s malware. It means the developer either didn’t submit it for notarization, or you downloaded it in a way that stripped the metadata Gatekeeper checks (common with some torrents or file-sharing sites — one more reason to only download from sources you trust).</p>

<h2 id="how-to-open-it-anyway-if-you-trust-the-source">How to open it anyway, if you trust the source</h2>

<p><strong>Method one</strong>: Right-click (or <code class="language-plaintext highlighter-rouge">⌃+click</code>) the app instead of double-clicking, and choose “Open” from the menu. This shows a similar warning but with an actual Open button, bypassing the plain double-click block. You only need to do this once per app — after the first successful open, double-clicking works normally from then on.</p>

<p><strong>Method two</strong>: If you already dismissed the warning with no Open option, go to System Settings &gt; Privacy &amp; Security and scroll down — there’s usually a message there saying <code class="language-plaintext highlighter-rouge">"AppName" was blocked</code>, with an “Open Anyway” button next to it. Click it, confirm once more, and it’s allowed.</p>

<h2 id="when-to-actually-be-cautious">When to actually be cautious</h2>

<p>The warning existing isn’t itself a red flag — plenty of legitimate, safe software (much of it open-source, or from small independent developers who haven’t paid for Apple’s notarization program) triggers it routinely. What’s worth pausing on:</p>

<ul>
  <li>You didn’t intentionally seek out this app — it was bundled with something else, or downloaded from a link in an email or ad</li>
  <li>The source is a site you don’t recognize, rather than the developer’s own official page or GitHub</li>
  <li>The app is asking for unusual permissions immediately on first launch (full disk access, accessibility control) with no clear reason why it’d need them</li>
</ul>

<h2 id="other-permission-prompts-youll-see-constantly">Other permission prompts you’ll see constantly</h2>

<p>Separate from Gatekeeper, macOS asks explicit permission the first time an app wants to access something sensitive: your camera, microphone, contacts, files in Desktop/Documents/Downloads, or control over other apps (Accessibility permissions, needed by window managers like Rectangle, for instance). These aren’t Gatekeeper — they’re a different, ongoing permission system, and you can review or revoke any of them later in System Settings &gt; Privacy &amp; Security, organized by permission type.</p>

<p>This is more granular than Windows’ equivalent — Windows asks for some of these too, but macOS extends the model to more categories and makes revoking access after the fact more visible and centralized.</p>

<h2 id="the-mental-model-worth-having">The mental model worth having</h2>

<p>Gatekeeper is a first-run check, not ongoing surveillance — it evaluates an app once, the first time you try to open it, based on whether it’s signed and notarized. It’s not scanning your files or monitoring behavior afterward the way antivirus software does. Understanding that distinction makes the warnings feel a lot less alarming, and makes it easier to judge when overriding one is reasonable versus when it’s worth reconsidering the download entirely.</p>]]></content><author><name>Luke Welch</name></author><summary type="html"><![CDATA[The warning looks scarier than it is. Here's what Gatekeeper actually checks, and when it's safe to override it.]]></summary></entry></feed>