Skip to content

Commit d54acdb

Browse files
committed
added nw
1 parent f26c84c commit d54acdb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

posts/2024-06-10-shortcuts-mac.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
aliases:
3+
- /setup/2024/06/12/shortuts-mac
4+
categories:
5+
- setup
6+
date: '2024-06-12'
7+
description: Keyboard shortcuts on mac
8+
layout: post
9+
title: Keyboard shortcuts on Mac
10+
toc: true
11+
---
12+
13+
# Safari Tab Shortcuts
14+
15+
| Action | Shortcut |
16+
| ------------------------ | ------------------------------- |
17+
| Go to first tab | `Command (⌘) + 1` |
18+
| Go to second tab | `Command (⌘) + 2` |
19+
| Go to third tab | `Command (⌘) + 3` |
20+
| Go to fourth tab | `Command (⌘) + 4` |
21+
| Go to fifth tab | `Command (⌘) + 5` |
22+
| Go to sixth tab | `Command (⌘) + 6` |
23+
| Go to seventh tab | `Command (⌘) + 7` |
24+
| Go to eighth tab | `Command (⌘) + 8` |
25+
| Go to last tab | `Command (⌘) + 9` |
26+
| Move to the next tab | `Control (⌃) + Tab` |
27+
| Move to the previous tab | `Control (⌃) + Shift (⇧) + Tab` |
28+
| | |
29+

0 commit comments

Comments
 (0)