2022-10-11 16:29:33 +02:00
|
|
|
---
|
|
|
|
|
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 |
|
|
|
|
|
|
2022-11-04 18:05:16 +01:00
|
|
|
### List Navigation
|
|
|
|
|
|
|
|
|
|
Some pages with lists on them support keyboard navigation.
|
|
|
|
|
If the page supports this feature, the shortcuts show up in the shortcut overview dialog (`?`).
|
|
|
|
|
|
|
|
|
|
| Key Combination | Description |
|
|
|
|
|
|-----------------|--------------------------|
|
|
|
|
|
| j | Focus next list item |
|
|
|
|
|
| k | Focus previous list item |
|
|
|
|
|
|
2022-10-11 16:29:33 +02:00
|
|
|
### Repository-specific Shortcuts
|
|
|
|
|
|
2022-11-04 18:05:16 +01:00
|
|
|
| Key Combination | Description |
|
|
|
|
|
|-----------------|---------------------------|
|
|
|
|
|
| g i | Switch to repository info |
|
|
|
|
|
| g b | Switch to branches |
|
|
|
|
|
| g t | Switch to tags |
|
|
|
|
|
| g c | Switch to code |
|
|
|
|
|
| g s | Switch to settings |
|
2022-10-11 16:29:33 +02:00
|
|
|
|
|
|
|
|
### 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.
|