2016-12-26 05:47:16 -05:00
|
|
|
#modal-shortcuts.modal{ tabindex: -1 }
|
2019-09-06 16:43:20 -04:00
|
|
|
.modal-dialog.modal-lg.modal-1040
|
2014-01-01 14:59:45 -05:00
|
|
|
.modal-content
|
|
|
|
.modal-header
|
2020-02-17 04:08:52 -05:00
|
|
|
.js-toggle-shortcuts
|
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
|
2019-09-06 16:43:20 -04:00
|
|
|
%table.shortcut-mappings.text-2
|
2016-09-07 10:12:35 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
2019-08-12 14:55:04 -04:00
|
|
|
%th= _('Global Shortcuts')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd ?
|
|
|
|
%td= _('Toggle this dialog')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift p
|
|
|
|
%td= _('Go to your projects')
|
2019-08-05 05:05:01 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift g
|
|
|
|
%td= _('Go to your groups')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift a
|
|
|
|
%td= _('Go to the activity feed')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift l
|
|
|
|
%td= _('Go to the milestone list')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift s
|
|
|
|
%td= _('Go to your snippets')
|
2017-03-30 11:46:27 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd s
|
2020-08-24 05:10:14 -04:00
|
|
|
\/
|
|
|
|
%kbd /
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('Start search')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift i
|
|
|
|
%td= _('Go to your issues')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift m
|
|
|
|
%td= _('Go to your merge requests')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd shift t
|
|
|
|
%td= _('Go to your To-Do list')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd p
|
|
|
|
%kbd b
|
|
|
|
%td= _('Toggle the Performance Bar')
|
|
|
|
%tbody
|
2017-03-17 06:58:19 -04:00
|
|
|
%tr
|
2019-09-06 16:43:20 -04:00
|
|
|
%th
|
2020-04-21 11:21:10 -04:00
|
|
|
%th= _('Editing')
|
2017-03-30 11:14:56 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
- if browser.platform.mac?
|
2020-04-21 11:21:10 -04:00
|
|
|
%kbd ⌘ shift p
|
2019-09-06 16:43:20 -04:00
|
|
|
- else
|
2020-04-21 11:21:10 -04:00
|
|
|
%kbd ctrl shift p
|
|
|
|
%td= _('Toggle Markdown preview')
|
2017-03-30 11:14:56 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2020-04-21 11:21:10 -04:00
|
|
|
%kbd
|
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
%td= _('Edit your most recent comment in a thread (from an empty textarea)')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
2020-04-21 11:21:10 -04:00
|
|
|
%th= _('Wiki')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd e
|
|
|
|
%td= _('Edit wiki page')
|
|
|
|
%tbody
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
2019-09-06 16:43:20 -04:00
|
|
|
%th
|
2020-04-21 11:21:10 -04:00
|
|
|
%th= _('Repository Graph')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2020-04-21 11:21:10 -04:00
|
|
|
%kbd
|
|
|
|
%i.fa.fa-arrow-left
|
|
|
|
\/
|
|
|
|
%kbd h
|
|
|
|
%td= _('Scroll left')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd
|
|
|
|
%i.fa.fa-arrow-right
|
|
|
|
\/
|
|
|
|
%kbd l
|
|
|
|
%td= _('Scroll right')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd
|
|
|
|
%i.fa.fa-arrow-up
|
2020-04-21 11:21:10 -04:00
|
|
|
\/
|
|
|
|
%kbd k
|
|
|
|
%td= _('Scroll up')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd
|
|
|
|
%i.fa.fa-arrow-down
|
|
|
|
\/
|
|
|
|
%kbd j
|
|
|
|
%td= _('Scroll down')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd
|
|
|
|
shift
|
|
|
|
%i.fa.fa-arrow-up
|
|
|
|
\/ k
|
|
|
|
%td= _('Scroll to top')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd
|
|
|
|
shift
|
|
|
|
%i.fa.fa-arrow-down
|
|
|
|
\/ j
|
|
|
|
%td= _('Scroll to bottom')
|
2017-03-30 11:53:47 -04:00
|
|
|
.col-lg-4
|
2019-09-06 16:43:20 -04:00
|
|
|
%table.shortcut-mappings.text-2
|
2016-09-07 10:12:35 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
2019-08-12 14:55:04 -04:00
|
|
|
%th= _('Project')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd p
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('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
|
2019-09-06 16:43:20 -04: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
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd r
|
|
|
|
%td= _('Go to releases')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd f
|
|
|
|
%td= _('Go to files')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd t
|
|
|
|
%td= _('Go to find file')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd c
|
|
|
|
%td= _('Go to commits')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd n
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('Go to repository graph')
|
2017-03-06 18:52:57 -05:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd d
|
2019-09-06 16:43:20 -04: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
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('Go to issues')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd i
|
|
|
|
%td= _('New issue')
|
2016-09-07 11:13:38 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd b
|
2019-09-06 16:43:20 -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
|
2019-09-06 16:43:20 -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
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd j
|
|
|
|
%td= _('Go to jobs')
|
2018-07-04 11:56:36 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd g
|
|
|
|
%kbd l
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('Go to metrics')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd g
|
|
|
|
%kbd e
|
|
|
|
%td= _('Go to environments')
|
2018-05-17 22:18:42 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd g
|
|
|
|
%kbd k
|
2019-09-06 16:43:20 -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
|
2019-09-06 16:43:20 -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
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('Go to wiki')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
2019-09-06 16:43:20 -04:00
|
|
|
%th= _('Project Files')
|
2017-03-30 11:53:47 -04:00
|
|
|
%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
|
2019-08-12 14:55:04 -04:00
|
|
|
%td= _('Move selection up')
|
2017-03-30 11:53:47 -04:00
|
|
|
%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
|
2019-08-12 14:55:04 -04:00
|
|
|
%td= _('Move selection down')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd enter
|
2019-08-12 14:55:04 -04:00
|
|
|
%td= _('Open Selection')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
2019-09-06 16:43:20 -04:00
|
|
|
%td.shortcut
|
|
|
|
%kbd esc
|
2019-10-31 05:06:29 -04:00
|
|
|
%td= _('Go back (while searching for files)')
|
2017-03-30 11:53:47 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2018-06-05 13:13:31 -04:00
|
|
|
%kbd y
|
2019-09-06 16:43:20 -04:00
|
|
|
%td= _('Go to file permalink (while viewing a file)')
|
|
|
|
.col-lg-4
|
|
|
|
%table.shortcut-mappings.text-2
|
2018-05-18 10:27:30 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
2020-04-21 11:21:10 -04:00
|
|
|
%th= _('Epics, Issues, and Merge Requests')
|
2019-09-06 16:43:20 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd r
|
|
|
|
%td= _('Comment/Reply (quoting selected text)')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd e
|
|
|
|
%td= _('Edit description')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd l
|
|
|
|
%td= _('Change label')
|
2020-04-21 11:21:10 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th= _('Issues and Merge Requests')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd a
|
|
|
|
%td= _('Change assignee')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd m
|
|
|
|
%td= _('Change milestone')
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th= _('Merge Requests')
|
2019-09-06 16:43:20 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd ]
|
|
|
|
\/
|
|
|
|
%kbd j
|
2020-04-21 11:21:10 -04:00
|
|
|
%td= _('Next file in diff')
|
2019-09-06 16:43:20 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd [
|
|
|
|
\/
|
|
|
|
%kbd k
|
2020-04-21 11:21:10 -04:00
|
|
|
%td= _('Previous file in diff')
|
2018-05-18 10:27:30 -04:00
|
|
|
%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
|
2020-04-21 11:21:10 -04:00
|
|
|
%td= _('Go to file')
|
2018-11-26 03:40:18 -05:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2019-09-06 16:43:20 -04:00
|
|
|
%kbd n
|
2020-04-21 11:21:10 -04:00
|
|
|
%td= _('Next unresolved discussion')
|
2019-09-06 16:43:20 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd p
|
2020-04-21 11:21:10 -04:00
|
|
|
%td= _('Previous unresolved discussion')
|
2020-07-09 11:08:59 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd b
|
|
|
|
%td= _('Copy source branch name')
|
2020-05-13 14:08:47 -04:00
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th= _('Merge Request Commits')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd c
|
|
|
|
%td= _('Next commit')
|
|
|
|
%tr
|
|
|
|
%td.shortcut
|
|
|
|
%kbd x
|
|
|
|
%td= _('Previous commit')
|
2019-09-06 16:43:20 -04:00
|
|
|
%tbody
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%th
|
2020-04-21 11:21:10 -04:00
|
|
|
%th= _('Web IDE')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2020-04-21 11:21:10 -04:00
|
|
|
- if browser.platform.mac?
|
|
|
|
%kbd ⌘ p
|
|
|
|
- else
|
|
|
|
%kbd ctrl p
|
|
|
|
%td= _('Go to file')
|
2016-09-07 10:12:35 -04:00
|
|
|
%tr
|
|
|
|
%td.shortcut
|
2020-04-21 11:21:10 -04:00
|
|
|
- if browser.platform.mac?
|
|
|
|
%kbd ⌘ enter
|
|
|
|
- else
|
|
|
|
%kbd ctrl enter
|
|
|
|
%td= _('Commit (when editing commit message)')
|