diff --git a/posts/2024-06-10-shortcuts-mac.md b/posts/2024-06-10-shortcuts-mac.md new file mode 100644 index 0000000..a276be4 --- /dev/null +++ b/posts/2024-06-10-shortcuts-mac.md @@ -0,0 +1,29 @@ +--- +aliases: +- /setup/2024/06/12/shortuts-mac +categories: +- setup +date: '2024-06-12' +description: Keyboard shortcuts on mac +layout: post +title: Keyboard shortcuts on Mac +toc: true +--- + +# Safari Tab Shortcuts + +| Action | Shortcut | +| ------------------------ | ------------------------------- | +| Go to first tab | `Command (⌘) + 1` | +| Go to second tab | `Command (⌘) + 2` | +| Go to third tab | `Command (⌘) + 3` | +| Go to fourth tab | `Command (⌘) + 4` | +| Go to fifth tab | `Command (⌘) + 5` | +| Go to sixth tab | `Command (⌘) + 6` | +| Go to seventh tab | `Command (⌘) + 7` | +| Go to eighth tab | `Command (⌘) + 8` | +| Go to last tab | `Command (⌘) + 9` | +| Move to the next tab | `Control (⌃) + Tab` | +| Move to the previous tab | `Control (⌃) + Shift (⇧) + Tab` | +| | | +