From d54acdb35eaff27647683f82715a0df0a09a6388 Mon Sep 17 00:00:00 2001 From: Nipun Batra Date: Mon, 10 Jun 2024 17:06:54 +0530 Subject: [PATCH] added nw --- posts/2024-06-10-shortcuts-mac.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 posts/2024-06-10-shortcuts-mac.md 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` | +| | | +