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

360 lines
10 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
2015-04-26 12:48:37 +05:30
Keyboard Shortcuts
%small
= 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
%th Global Shortcuts
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd s
2016-09-29 09:46:39 +05:30
%td Focus Search
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd f
2016-09-29 09:46:39 +05:30
%td Focus Filter
2017-09-10 17:25:29 +05:30
- if performance_bar_enabled?
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd p b
2017-09-10 17:25:29 +05:30
%td Show/hide the Performance Bar
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
%td Show/hide this dialog
%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
2016-09-29 09:46:39 +05:30
%td Toggle Markdown preview
%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
%td Edit last comment (when focused on an empty textarea)
%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
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
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
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
Go to issues
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd shift m
2017-08-17 22:00:37 +05:30
%td
Go to merge requests
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd shift g
2017-08-17 22:00:37 +05:30
%td
Go to groups
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd shift l
2017-08-17 22:00:37 +05:30
%td
Go to milestones
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd shift s
2017-08-17 22:00:37 +05:30
%td
Go to snippets
2016-09-29 09:46:39 +05:30
%tbody
%tr
%th
%th Finding Project File
%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
%td Move selection up
%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
%td Move selection down
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd enter
2016-09-29 09:46:39 +05:30
%td Open Selection
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd esc
2016-09-29 09:46:39 +05:30
%td Go back
.col-lg-4
%table.shortcut-mappings
%tbody
%tr
%th
%th Project
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd p
2016-09-29 09:46:39 +05:30
%td
2017-09-10 17:25:29 +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
Go to the project's activity feed
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd f
2016-09-29 09:46:39 +05:30
%td
Go to files
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd c
2016-09-29 09:46:39 +05:30
%td
Go to commits
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd j
2016-09-29 09:46:39 +05:30
%td
2017-08-17 22:00:37 +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
Go to network graph
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd d
2016-09-29 09:46:39 +05:30
%td
2017-08-17 22:00:37 +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
Go to issues
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd b
2016-09-29 09:46:39 +05:30
%td
Go to issue boards
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd m
2016-09-29 09:46:39 +05:30
%td
Go to merge requests
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd g
%kbd e
%td
Go to environments
%tr
%td.shortcut
%kbd g
%kbd l
%td
Go to metrics
%tr
%td.shortcut
%kbd g
%kbd k
%td
Go to kubernetes
%tr
%td.shortcut
%kbd g
%kbd s
2016-09-29 09:46:39 +05:30
%td
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
Go to wiki
2016-09-29 09:46:39 +05:30
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd t
2016-09-29 09:46:39 +05:30
%td Go to finding file
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd i
2016-09-29 09:46:39 +05:30
%td New issue
2017-08-17 22:00:37 +05:30
%tbody
%tr
%th
%th Project Files browsing
%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
%td Move selection up
%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
%td Move selection down
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd enter
2017-08-17 22:00:37 +05:30
%td Open Selection
%tbody
%tr
%th
%th Project File
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd y
2017-08-17 22:00:37 +05:30
%td Go to file permalink
2018-11-08 19:23:39 +05:30
%tbody
%tr
%th
%th Web IDE
%tr
%td.shortcut
- if browser.platform.mac?
%kbd ⌘ p
- else
%kbd ctrl p
%td Go to file
2016-09-29 09:46:39 +05:30
.col-lg-4
%table.shortcut-mappings
2018-11-08 19:23:39 +05:30
%tbody.hidden-shortcut{ style: 'display:none' }
2016-09-29 09:46:39 +05:30
%tr
%th
%th Network Graph
%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
2016-09-29 09:46:39 +05:30
%td Scroll left
%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
2016-09-29 09:46:39 +05:30
%td Scroll right
%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
2016-09-29 09:46:39 +05:30
%td Scroll up
%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
2016-09-29 09:46:39 +05:30
%td Scroll down
%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
%td Scroll to top
%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
%td Scroll to bottom
2018-11-08 19:23:39 +05:30
%tbody.hidden-shortcut{ style: 'display:none' }
2016-09-29 09:46:39 +05:30
%tr
%th
%th Issues
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd a
2016-09-29 09:46:39 +05:30
%td Change assignee
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd m
2016-09-29 09:46:39 +05:30
%td Change milestone
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd r
2016-09-29 09:46:39 +05:30
%td Reply (quoting selected text)
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd e
2016-09-29 09:46:39 +05:30
%td Edit issue
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd l
2016-09-29 09:46:39 +05:30
%td Change Label
2018-11-08 19:23:39 +05:30
%tbody.hidden-shortcut{ style: 'display:none' }
2016-09-29 09:46:39 +05:30
%tr
%th
%th Merge Requests
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd a
2016-09-29 09:46:39 +05:30
%td Change assignee
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd m
2016-09-29 09:46:39 +05:30
%td Change milestone
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd r
2016-09-29 09:46:39 +05:30
%td Reply (quoting selected text)
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd e
2016-09-29 09:46:39 +05:30
%td Edit merge request
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd l
2016-09-29 09:46:39 +05:30
%td Change Label
2018-11-08 19:23:39 +05:30
%tbody.hidden-shortcut{ style: 'display:none' }
2017-08-17 22:00:37 +05:30
%tr
%th
%th Wiki pages
%tr
%td.shortcut
2018-11-08 19:23:39 +05:30
%kbd e
2017-08-17 22:00:37 +05:30
%td Edit wiki page