Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit c1baa3c

Browse files
authored
refactor: app menus (#406)
* chore: upgrade dependencies * feat: reload ignoring cache shortcut * feat: add bookmark shortcut * docs: update docs * refactor: better menus organization * refactor: split menus to categories and actually display them * fix: sync always on top state * refactor: small naming improvement * fix: slight fixes to shortcuts * docs: fix keyboard shortcuts for macOS
1 parent 4d72f6c commit c1baa3c

File tree

3 files changed

+341
-180
lines changed

3 files changed

+341
-180
lines changed

Diff for: docs/keyboard-shortcuts.md

+65-32
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,76 @@
44

55
### Tab and window shortcuts
66

7+
| Action | Shortcut |
8+
| --------------------------- | -------------------------------- |
9+
| Open a new window | `Ctrl + N` |
10+
| Open a new incognito window | `Ctrl + Shift + N` |
11+
| Open a new tab | `Ctrl + T` |
12+
| Select next tab | `Ctrl + Tab` |
13+
| Select previous tab | `Ctrl + Shift + Tab` |
14+
| Select specific tab | `Ctrl + 1` to `Ctrl + 8` |
15+
| Select the rightmost tab | `Ctrl + 9` |
16+
| Go back | `Alt + Left Arrow` |
17+
| Go forward | `Alt + Right Arrow` |
18+
| Close selected tab | `Ctrl + W` or `Ctrl + F4` |
19+
| Close current window | `Ctrl + Shift + W` or `Alt + F4` |
20+
| Close Wexond | `Ctrl + Shift + Q` |
21+
22+
### Wexond feature shortcuts
23+
24+
| Action | Shortcut |
25+
| --------------------------------------- | ------------------------------- |
26+
| Focus the address bar | `Ctrl + L` or `Alt + D` or `F6` |
27+
| Open the menu | `Alt + F` or `Alt + E` |
28+
| Open find in page dialog | `Ctrl + F` |
29+
| Open the Bookmarks Manager in a new tab | `Ctrl + Shift + O` |
30+
| Open the History page in a new tab | `Ctrl + H` |
31+
32+
### Webpage shortcuts
33+
34+
| Action | Shortcut |
35+
| -------------------------------- | ---------------------------------- |
36+
| Reload | `F5` or `Ctrl + R` |
37+
| Reload ignoring cache | `Shift + F5` or `Ctrl + Shift + R` |
38+
| Go to next clickable element | `Tab` |
39+
| Go to previous clickable element | `Shift + Tab` |
40+
| Add current website to bookmarks | `Ctrl + D` |
41+
42+
## macOS
43+
44+
### Tab and window shortcuts
45+
746
| Action | Shortcut |
847
| --------------------------- | ---------------------------- |
9-
| Open a new window | Ctrl + N |
10-
| Open a new incognito window | Ctrl + Shift + N |
11-
| Open a new tab | Ctrl + T |
12-
| Select next tab | Ctrl + Tab |
13-
| Select previous tab | Ctrl + Shift + Tab |
14-
| Select specific tab | Ctrl + 1 to Ctrl + 8 |
15-
| Select the rightmost tab | Ctrl + 9 |
16-
| Go back | Alt + Left Arrow |
17-
| Go forward | Alt + Right Arrow |
18-
| Close selected tab | Ctrl + W or Ctrl + F4 |
19-
| Close current window | Ctrl + Shift + W or Alt + F4 |
20-
| Close Wexond | Ctrl + Shift + Q |
21-
22-
### Address bar shortcuts
23-
24-
| Action | Shortcut |
25-
| --------------------------------------- | ------------------------- |
26-
| Focus the address bar | Ctrl + L or Alt + D or F6 |
48+
| Open a new window | `⌘ + N` |
49+
| Open a new incognito window | `⌘ + Shift + N` |
50+
| Open a new tab | `⌘ + T` |
51+
| Select next tab | `⌘ + Tab` |
52+
| Select previous tab | `⌘ + Shift + Tab` |
53+
| Select specific tab | `⌘ + 1` to `⌘ + 8` |
54+
| Select the rightmost tab | `⌘ + 9` |
55+
| Go back | `⌘ + [` or `⌘ + Left Arrow` |
56+
| Go forward | `⌘ + ]` or `⌘ + Right Arrow` |
57+
| Close selected tab | `⌘ + W` |
58+
| Close current window | `⌘ + Shift + W` |
59+
| Hide Wexond | `⌘ + H` |
60+
| Close Wexond | `⌘ + Q` |
2761

2862
### Wexond feature shortcuts
2963

30-
| Action | Shortcut |
31-
| --------------------------------------- | ------------------------- |
32-
| Open the menu | Alt + F or Alt + E |
33-
| Focus the address bar | Ctrl + L or Alt + D or F6 |
34-
| Open find in page dialog | Ctrl + F |
35-
| Open the Bookmarks Manager in a new tab | Ctrl + Shift + O |
36-
| Open the History page in a new tab | Ctrl + H |
64+
| Action | Shortcut |
65+
| --------------------------------------- | ---------------- |
66+
| Focus the address bar | `⌘ + L` |
67+
| Open find in page dialog | `⌘ + F` |
68+
| Open the Bookmarks Manager in a new tab | `⌘ + Option + B` |
69+
| Open the History page in a new tab | `⌘ + Y` |
3770

3871
### Webpage shortcuts
3972

40-
| Action | Shortcut |
41-
| -------------------------------- | ------------------------------ |
42-
| Reload | F5 or Ctrl + R |
43-
| Reload ignoring cache | Shift + F5 or Ctrl + Shift + R |
44-
| Go to next clickable element | Tab |
45-
| Go to previous clickable element | Shift + Tab |
46-
| Add current website to bookmarks | Ctrl + D |
73+
| Action | Shortcut |
74+
| -------------------------------- | --------------- |
75+
| Reload | `+ R` |
76+
| Reload ignoring cache | ` + Shift + R` |
77+
| Go to next clickable element | `Tab` |
78+
| Go to previous clickable element | `Shift + Tab` |
79+
| Add current website to bookmarks | ` + D` |

0 commit comments

Comments
 (0)