Create openadmin-keyboard-shortcuts.md

This commit is contained in:
Stefan Pejcic 2025-05-20 12:55:18 +02:00 committed by GitHub
parent dad96ee67e
commit 236c149bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,24 @@
## 🔑 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`.