2016-12-26 05:47:16 -05:00
|
|
|
#modal-shortcuts.modal{ tabindex: -1 }
|
2018-05-05 21:04:12 -04:00
|
|
|
.modal-dialog.modal-lg
|
2014-01-01 14:59:45 -05:00
|
|
|
.modal-content
|
|
|
|
.modal-header
|
2018-06-01 10:20:26 -04:00
|
|
|
%h4.modal-title
|
2014-08-21 04:14:31 -04:00
|
|
|
Keyboard Shortcuts
|
2014-09-30 10:41:48 -04:00
|
|
|
%small
|
2014-08-21 04:14:31 -04:00
|
|
|
= link_to '(Show all)', '#', class: 'js-more-help-button'
|
2018-06-01 10:01:37 -04:00
|
|
|
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
|
|
|
%span{ "aria-hidden": true } ×
|
2016-09-07 10:12:35 -04:00
|
|
|
.modal-body
|
|
|
|
.row
|
|
|
|
.col-lg-4
|
|
|
|
%table.shortcut-mappings
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Global Shortcuts
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd s
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Focus Search
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd f
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Focus Filter
|
2019-08-05 05:05:01 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd p
|
|
|
|
%kbd b
|
|
|
|
%td Toggle the Performance Bar
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd ?
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Show/hide this dialog
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
- if browser.platform.mac?
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd ⌘ shift p
|
2016-09-07 10:12:35 -04:00
|
|
|
- else
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd ctrl shift p
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Toggle Markdown preview
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
%td Edit last comment (when focused on an empty textarea)
|
2017-03-30 11:46:27 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift t
|
2017-03-30 11:46:27 -04:00
|
|
|
%td
|
|
|
|
Go to todos
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift a
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to the activity feed
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift p
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to projects
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift i
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to issues
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift m
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to merge requests
|
2017-03-17 06:58:19 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift g
|
2017-03-30 11:14:56 -04:00
|
|
|
%td
|
|
|
|
Go to groups
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift l
|
2017-03-17 06:58:19 -04:00
|
|
|
%td
|
2017-03-30 11:14:56 -04:00
|
|
|
Go to milestones
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd shift s
|
2017-03-30 11:14:56 -04:00
|
|
|
%td
|
|
|
|
Go to snippets
|
2017-03-30 11:53:47 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Finding Project File
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2017-03-30 11:53:47 -04:00
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
%td Move selection up
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2017-03-30 11:53:47 -04:00
|
|
|
%i.fa.fa-arrow-down
|
|
|
|
%td Move selection down
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd enter
|
2017-03-30 11:53:47 -04:00
|
|
|
%td Open Selection
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd esc
|
2017-03-30 11:53:47 -04:00
|
|
|
%td Go back
|
|
|
|
.col-lg-4
|
|
|
|
%table.shortcut-mappings
|
2016-09-07 10:12:35 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Project
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd p
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
2017-08-04 11:13:14 -04:00
|
|
|
Go to the project's overview page
|
2017-03-06 18:52:57 -05:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd v
|
2017-03-06 18:52:57 -05:00
|
|
|
%td
|
|
|
|
Go to the project's activity feed
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd f
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to files
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd c
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to commits
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd j
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
2017-01-26 06:52:58 -05:00
|
|
|
Go to jobs
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd n
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to network graph
|
2017-03-06 18:52:57 -05:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd d
|
2017-03-06 18:52:57 -05:00
|
|
|
%td
|
|
|
|
Go to repository charts
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd i
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to issues
|
2016-09-07 11:13:38 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd b
|
2016-09-07 11:13:38 -04:00
|
|
|
%td
|
|
|
|
Go to issue boards
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd m
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to merge requests
|
2018-05-17 22:18:42 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd e
|
2018-05-17 22:18:42 -04:00
|
|
|
%td
|
|
|
|
Go to environments
|
2018-07-04 11:56:36 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd g
|
|
|
|
%kbd l
|
|
|
|
%td
|
|
|
|
Go to metrics
|
2018-05-17 22:18:42 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd k
|
2018-05-17 22:18:42 -04:00
|
|
|
%td
|
|
|
|
Go to kubernetes
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd s
|
2016-09-07 10:12:35 -04:00
|
|
|
%td
|
|
|
|
Go to snippets
|
2017-03-30 11:14:56 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd w
|
2017-03-30 11:14:56 -04:00
|
|
|
%td
|
|
|
|
Go to wiki
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd t
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Go to finding file
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd i
|
2016-09-07 10:12:35 -04:00
|
|
|
%td New issue
|
2017-03-30 11:53:47 -04:00
|
|
|
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Project Files browsing
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2017-03-30 11:53:47 -04:00
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
%td Move selection up
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2017-03-30 11:53:47 -04:00
|
|
|
%i.fa.fa-arrow-down
|
|
|
|
%td Move selection down
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd enter
|
2017-03-30 11:53:47 -04:00
|
|
|
%td Open Selection
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Project File
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd y
|
2017-03-30 11:53:47 -04:00
|
|
|
%td Go to file permalink
|
2018-05-18 10:27:30 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Web IDE
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
- if browser.platform.mac?
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd ⌘ p
|
2018-05-18 10:27:30 -04:00
|
|
|
- else
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd ctrl p
|
2018-05-18 10:27:30 -04:00
|
|
|
%td Go to file
|
2018-11-26 03:40:18 -05:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
- if browser.platform.mac?
|
|
|
|
%kbd ⌘ enter
|
|
|
|
- else
|
|
|
|
%kbd ctrl enter
|
|
|
|
%td Commit (when editing commit message)
|
2016-09-07 10:12:35 -04:00
|
|
|
.col-lg-4
|
|
|
|
%table.shortcut-mappings
|
2018-06-05 13:13:31 -04:00
|
|
|
%tbody.hidden-shortcut{ style: 'display:none' }
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Network Graph
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
%i.fa.fa-arrow-left
|
|
|
|
\/
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd h
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Scroll left
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
%i.fa.fa-arrow-right
|
|
|
|
\/
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd l
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Scroll right
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
\/
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd k
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Scroll up
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
%i.fa.fa-arrow-down
|
|
|
|
\/
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd j
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Scroll down
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
shift
|
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
\/
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
shift k
|
|
|
|
%td Scroll to top
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
shift
|
|
|
|
%i.fa.fa-arrow-down
|
|
|
|
\/
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd
|
2016-09-07 10:12:35 -04:00
|
|
|
shift j
|
|
|
|
%td Scroll to bottom
|
2018-06-05 13:13:31 -04:00
|
|
|
%tbody.hidden-shortcut{ style: 'display:none' }
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Issues
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd a
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Change assignee
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd m
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Change milestone
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd r
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Reply (quoting selected text)
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd e
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Edit issue
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd l
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Change Label
|
2019-08-12 02:41:04 -04:00
|
|
|
%tbody.hidden-shortcut.merge_requests{ style: 'display:none' }
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Merge Requests
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd a
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Change assignee
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd m
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Change milestone
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd r
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Reply (quoting selected text)
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd e
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Edit merge request
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd l
|
2016-09-07 10:12:35 -04:00
|
|
|
%td Change Label
|
2019-02-27 04:12:13 -05:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd ]
|
|
|
|
\/
|
|
|
|
%kbd j
|
|
|
|
%td Move to next file
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd [
|
|
|
|
\/
|
|
|
|
%kbd k
|
|
|
|
%td Move to previous file
|
2019-08-12 02:41:04 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd n
|
|
|
|
%td= _("Move to next unresolved discussion")
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd p
|
|
|
|
%td= _("Move to previous unresolved discussion")
|
2018-06-05 13:13:31 -04:00
|
|
|
%tbody.hidden-shortcut{ style: 'display:none' }
|
2017-04-12 10:58:12 -04:00
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th Wiki pages
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd e
|
2017-04-12 10:58:12 -04:00
|
|
|
%td Edit wiki page
|