Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
6cdc3460
Commit
6cdc3460
authored
Sep 07, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix styling of shortcuts modal
parent
1d548869
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
274 additions
and
273 deletions
+274
-273
app/views/help/_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+274
-273
No files found.
app/views/help/_shortcuts.html.haml
View file @
6cdc3460
...
...
@@ -7,277 +7,278 @@
Keyboard Shortcuts
%small
=
link_to
'(Show all)'
,
'#'
,
class:
'js-more-help-button'
.modal-body.shortcuts-cheatsheet
.col-lg-4
%table
.shortcut-mappings
%tbody
%tr
%th
%th
Global Shortcuts
%tr
%td
.shortcut
.key
s
%td
Focus Search
%tr
%td
.shortcut
.key
f
%td
Focus Filter
%tr
%td
.shortcut
.key
?
%td
Show/hide this dialog
%tr
%td
.shortcut
-
if
browser
.
platform
.
mac?
.key
⌘
shift p
-
else
.key
ctrl shift p
%td
Toggle Markdown preview
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
%td
Edit last comment (when focused on an empty textarea)
%tbody
%tr
%th
%th
Project Files browsing
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
%td
Move selection up
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-down
%td
Move selection down
%tr
%td
.shortcut
.key
enter
%td
Open Selection
%tbody
%tr
%th
%th
Finding Project File
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
%td
Move selection up
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-down
%td
Move selection down
%tr
%td
.shortcut
.key
enter
%td
Open Selection
%tr
%td
.shortcut
.key
esc
%td
Go back
.modal-body
.row
.col-lg-4
%table
.shortcut-mappings
%tbody
%tr
%th
%th
Global Shortcuts
%tr
%td
.shortcut
.key
s
%td
Focus Search
%tr
%td
.shortcut
.key
f
%td
Focus Filter
%tr
%td
.shortcut
.key
?
%td
Show/hide this dialog
%tr
%td
.shortcut
-
if
browser
.
platform
.
mac?
.key
⌘
shift p
-
else
.key
ctrl shift p
%td
Toggle Markdown preview
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
%td
Edit last comment (when focused on an empty textarea)
%tbody
%tr
%th
%th
Project Files browsing
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
%td
Move selection up
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-down
%td
Move selection down
%tr
%td
.shortcut
.key
enter
%td
Open Selection
%tbody
%tr
%th
%th
Finding Project File
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
%td
Move selection up
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-down
%td
Move selection down
%tr
%td
.shortcut
.key
enter
%td
Open Selection
%tr
%td
.shortcut
.key
esc
%td
Go back
.col-lg-4
%table
.shortcut-mappings
%tbody
{
class:
'hidden-shortcut project'
,
style:
'display:none'
}
%tr
%th
%th
Global Dashboard
%tr
%td
.shortcut
.key
g
.key
a
%td
Go to the activity feed
%tr
%td
.shortcut
.key
g
.key
p
%td
Go to projects
%tr
%td
.shortcut
.key
g
.key
i
%td
Go to issues
%tr
%td
.shortcut
.key
g
.key
m
%td
Go to merge requests
%tbody
%tr
%th
%th
Project
%tr
%td
.shortcut
.key
g
.key
p
%td
Go to the project's home page
%tr
%td
.shortcut
.key
g
.key
e
%td
Go to the project's activity feed
%tr
%td
.shortcut
.key
g
.key
f
%td
Go to files
%tr
%td
.shortcut
.key
g
.key
c
%td
Go to commits
%tr
%td
.shortcut
.key
g
.key
b
%td
Go to builds
%tr
%td
.shortcut
.key
g
.key
n
%td
Go to network graph
%tr
%td
.shortcut
.key
g
.key
g
%td
Go to graphs
%tr
%td
.shortcut
.key
g
.key
i
%td
Go to issues
%tr
%td
.shortcut
.key
g
.key
m
%td
Go to merge requests
%tr
%td
.shortcut
.key
g
.key
s
%td
Go to snippets
%tr
%td
.shortcut
.key
t
%td
Go to finding file
%tr
%td
.shortcut
.key
i
%td
New issue
.col-lg-4
%table
.shortcut-mappings
%tbody
{
class:
'hidden-shortcut network'
,
style:
'display:none'
}
%tr
%th
%th
Network Graph
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-left
\/
.key
h
%td
Scroll left
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-right
\/
.key
l
%td
Scroll right
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
\/
.key
k
%td
Scroll up
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-down
\/
.key
j
%td
Scroll down
%tr
%td
.shortcut
.key
shift
%i
.fa.fa-arrow-up
\/
.key
shift k
%td
Scroll to top
%tr
%td
.shortcut
.key
shift
%i
.fa.fa-arrow-down
\/
.key
shift j
%td
Scroll to bottom
%tbody
{
class:
'hidden-shortcut issues'
,
style:
'display:none'
}
%tr
%th
%th
Issues
%tr
%td
.shortcut
.key
a
%td
Change assignee
%tr
%td
.shortcut
.key
m
%td
Change milestone
%tr
%td
.shortcut
.key
r
%td
Reply (quoting selected text)
%tr
%td
.shortcut
.key
e
%td
Edit issue
%tr
%td
.shortcut
.key
l
%td
Change Label
%tbody
{
class:
'hidden-shortcut merge_requests'
,
style:
'display:none'
}
%tr
%th
%th
Merge Requests
%tr
%td
.shortcut
.key
a
%td
Change assignee
%tr
%td
.shortcut
.key
m
%td
Change milestone
%tr
%td
.shortcut
.key
r
%td
Reply (quoting selected text)
%tr
%td
.shortcut
.key
e
%td
Edit merge request
%tr
%td
.shortcut
.key
l
%td
Change Label
.col-lg-4
%table
.shortcut-mappings
%tbody
{
class:
'hidden-shortcut project'
,
style:
'display:none'
}
%tr
%th
%th
Global Dashboard
%tr
%td
.shortcut
.key
g
.key
a
%td
Go to the activity feed
%tr
%td
.shortcut
.key
g
.key
p
%td
Go to projects
%tr
%td
.shortcut
.key
g
.key
i
%td
Go to issues
%tr
%td
.shortcut
.key
g
.key
m
%td
Go to merge requests
%tbody
%tr
%th
%th
Project
%tr
%td
.shortcut
.key
g
.key
p
%td
Go to the project's home page
%tr
%td
.shortcut
.key
g
.key
e
%td
Go to the project's activity feed
%tr
%td
.shortcut
.key
g
.key
f
%td
Go to files
%tr
%td
.shortcut
.key
g
.key
c
%td
Go to commits
%tr
%td
.shortcut
.key
g
.key
b
%td
Go to builds
%tr
%td
.shortcut
.key
g
.key
n
%td
Go to network graph
%tr
%td
.shortcut
.key
g
.key
g
%td
Go to graphs
%tr
%td
.shortcut
.key
g
.key
i
%td
Go to issues
%tr
%td
.shortcut
.key
g
.key
m
%td
Go to merge requests
%tr
%td
.shortcut
.key
g
.key
s
%td
Go to snippets
%tr
%td
.shortcut
.key
t
%td
Go to finding file
%tr
%td
.shortcut
.key
i
%td
New issue
.col-lg-4
%table
.shortcut-mappings
%tbody
{
class:
'hidden-shortcut network'
,
style:
'display:none'
}
%tr
%th
%th
Network Graph
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-left
\/
.key
h
%td
Scroll left
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-right
\/
.key
l
%td
Scroll right
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-up
\/
.key
k
%td
Scroll up
%tr
%td
.shortcut
.key
%i
.fa.fa-arrow-down
\/
.key
j
%td
Scroll down
%tr
%td
.shortcut
.key
shift
%i
.fa.fa-arrow-up
\/
.key
shift k
%td
Scroll to top
%tr
%td
.shortcut
.key
shift
%i
.fa.fa-arrow-down
\/
.key
shift j
%td
Scroll to bottom
%tbody
{
class:
'hidden-shortcut issues'
,
style:
'display:none'
}
%tr
%th
%th
Issues
%tr
%td
.shortcut
.key
a
%td
Change assignee
%tr
%td
.shortcut
.key
m
%td
Change milestone
%tr
%td
.shortcut
.key
r
%td
Reply (quoting selected text)
%tr
%td
.shortcut
.key
e
%td
Edit issue
%tr
%td
.shortcut
.key
l
%td
Change Label
%tbody
{
class:
'hidden-shortcut merge_requests'
,
style:
'display:none'
}
%tr
%th
%th
Merge Requests
%tr
%td
.shortcut
.key
a
%td
Change assignee
%tr
%td
.shortcut
.key
m
%td
Change milestone
%tr
%td
.shortcut
.key
r
%td
Reply (quoting selected text)
%tr
%td
.shortcut
.key
e
%td
Edit merge request
%tr
%td
.shortcut
.key
l
%td
Change Label
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