BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d5159b9c
Commit
d5159b9c
authored
May 21, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jr-web-ide-shortcuts' into 'master'
Add web shortcut to docs and shortcut modal Closes #46385 See merge request gitlab-org/gitlab-ce!19044
parents
3834040a
f2479b60
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+11
-0
jr-web-ide-shortcuts.yml
changelogs/unreleased/jr-web-ide-shortcuts.yml
+5
-0
shortcuts.md
doc/workflow/shortcuts.md
+6
-0
No files found.
app/views/help/_shortcuts.html.haml
View file @
d5159b9c
...
...
@@ -231,6 +231,17 @@
%td
.shortcut
.key
y
%td
Go to file permalink
%tbody
%tr
%th
%th
Web IDE
%tr
%td
.shortcut
-
if
browser
.
platform
.
mac?
.key
⌘
p
-
else
.key
ctrl p
%td
Go to file
.col-lg-4
%table
.shortcut-mappings
%tbody
.hidden-shortcut.network
{
style:
'display:none'
}
...
...
changelogs/unreleased/jr-web-ide-shortcuts.yml
0 → 100644
View file @
d5159b9c
---
title
:
Add shortcuts to Web IDE docs and modal
merge_request
:
19044
author
:
type
:
changed
doc/workflow/shortcuts.md
View file @
d5159b9c
...
...
@@ -88,3 +88,9 @@ You can see GitLab's keyboard shortcuts by using 'shift + ?'
| Keyboard Shortcut | Description |
| ----------------- | ----------- |
|
<kbd>
e
</kbd>
| Edit wiki page|
## Web IDE
| Keyboard Shortcut | Description |
| ----------------- | ----------- |
|
<kbd>
⌘
</kbd>
+
<kbd>
p
</kbd>
| Go to file |
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment