openpanel/website/docs/articles/dev-experience/openadmin-keyboard-shortcuts.md
2025-05-20 12:55:18 +02:00

25 lines
1.9 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 🔑 OpenAdmin Keyboard Shortcuts
Openadmin can be navigated using keyboard shortcuts:
| Shortcut | Action | URL Path |
|-----------------------------|----------------------------------|-------------------------------|
| `Ctrl` + `Escape` | Logout | `/logout` |
| `Ctrl` + `Shift` + `H` | Dashboard | `/dashboard` |
| `Ctrl` + `Shift` + `N` | Notifications | `/view_notifications` |
| `Ctrl` + `Shift` + `U` | Users | `/users` |
| `Ctrl` + `Shift` + `R` | Resellers | `/resellers` |
| `Ctrl` + `Shift` + `A` | Administrators | `/administrators` |
| `Ctrl` + `Shift` + `P` | Plans | `/plans` |
| `Ctrl` + `Shift` + `F` | Feature Manager | `/features` |
| `Ctrl` + `Shift` + `D` | Domains | `/domains` |
| `Ctrl` + `Shift` + `E` | Email Accounts | `/emails/accounts` |
| `Ctrl` + `Shift` + `S` | Services Status | `/services` |
| `Ctrl` + `Shift` + `C` | ConfigServer Firewall (CSF) | `/security/firewall` |
| `Ctrl` + `Shift` + `W` | CorazaWAF Settings | `/security/waf` |
| `Ctrl` + `Shift` + `L` | View Logs | `/services/logs` |
| `Ctrl` + `Shift` + `B` | Basic Auth | `/security/basic_auth` |
| `Ctrl` + `Shift` + `1` (Numpad only) | License | `/license` |
> Use `Cmd` on macOS in place of `Ctrl`.