mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
|
|
---
|
||
|
|
title: Shortcuts
|
||
|
|
---
|
||
|
|
The SCM-Manager enhances keyboard interaction and navigation through additional shortcuts.
|
||
|
|
|
||
|
|
### Summary
|
||
|
|
|
||
|
|
While using the SCM-Manager, a summary of all shortcuts available to the active user on the current page can be opened
|
||
|
|
from anywhere by pressing the `?` key.
|
||
|
|
|
||
|
|
### Global Shortcuts
|
||
|
|
|
||
|
|
| Key Combination | Description |
|
||
|
|
|-----------------|----------------------------|
|
||
|
|
| ? | Open the shortcut summary |
|
||
|
|
| / | Focus global quick search |
|
||
|
|
| alt r | Navigate to Repositories |
|
||
|
|
| alt u | Navigate to Users |
|
||
|
|
| alt g | Navigate to Groups |
|
||
|
|
| alt a | Navigate to Administration |
|
||
|
|
|
||
|
|
### Repository-specific Shortcuts
|
||
|
|
|
||
|
|
| Key Combination | Description |
|
||
|
|
|-----------------|-------------|
|
||
|
|
| g i | Info |
|
||
|
|
| g b | Branches |
|
||
|
|
| g t | Tags |
|
||
|
|
| g c | Code |
|
||
|
|
| g s | Settings |
|
||
|
|
|
||
|
|
### Plugin Shortcuts
|
||
|
|
|
||
|
|
Plugins can introduce new shortcuts.
|
||
|
|
They may be global, repository-specific or connected to an entirely different context.
|
||
|
|
They will automatically be included in the summary generated within the SCM-Manager.
|
||
|
|
To find the shortcuts outside the SCM-Manager, please refer to the documentation of the plugin.
|