debian-mirror-gitlab/app/views/help/_shortcuts.html.haml

387 lines
12 KiB
Text
Raw Normal View History

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