gitlab-org--gitlab-foss/app/views/help/_shortcuts.html.haml

333 lines
9.5 KiB
Plaintext
Raw Normal View History

#modal-shortcuts.modal{ tabindex: -1 }
.modal-dialog
.modal-content
.modal-header
%a.close{ href: "#", "data-dismiss" => "modal" } ×
2014-09-30 14:41:48 +00:00
%h4
2014-08-21 08:14:31 +00:00
Keyboard Shortcuts
2014-09-30 14:41:48 +00:00
%small
2014-08-21 08:14:31 +00:00
= link_to '(Show all)', '#', class: 'js-more-help-button'
2016-09-07 14:12:35 +00:00
.modal-body
.row
.col-lg-4
%table.shortcut-mappings
%tbody
%tr
%th
%th Global Shortcuts
2017-03-26 14:39:43 +00:00
%tr
%td.shortcut
2017-03-26 20:39:01 +00:00
.key n
%td Main Navigation
2016-09-07 14:12:35 +00:00
%tr
%td.shortcut
.key s
%td Focus Search
%tr
%td.shortcut
.key f
%td Focus Filter
%tr
%td.shortcut
.key p b
%td Show/hide the Performance Bar
2016-09-07 14:12:35 +00:00
%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)
2017-03-30 15:46:27 +00:00
%tr
%td.shortcut
.key shift t
%td
Go to todos
2016-09-07 14:12:35 +00:00
%tr
%td.shortcut
.key shift a
2016-09-07 14:12:35 +00:00
%td
Go to the activity feed
%tr
%td.shortcut
.key shift p
2016-09-07 14:12:35 +00:00
%td
Go to projects
%tr
%td.shortcut
.key shift i
2016-09-07 14:12:35 +00:00
%td
Go to issues
%tr
%td.shortcut
.key shift m
2016-09-07 14:12:35 +00:00
%td
Go to merge requests
%tr
%td.shortcut
.key shift g
%td
Go to groups
%tr
%td.shortcut
.key shift l
%td
Go to milestones
%tr
%td.shortcut
.key shift s
%td
Go to snippets
2017-03-30 15:53:47 +00:00
%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
2016-09-07 14:12:35 +00:00
%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
2016-09-07 14:12:35 +00:00
%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 j
2016-09-07 14:12:35 +00:00
%td
Go to jobs
2016-09-07 14:12:35 +00:00
%tr
%td.shortcut
.key g
.key n
%td
Go to network graph
%tr
%td.shortcut
.key g
.key d
%td
Go to repository charts
2016-09-07 14:12:35 +00:00
%tr
%td.shortcut
.key g
.key i
%td
Go to issues
%tr
%td.shortcut
.key g
.key b
%td
Go to issue boards
2016-09-07 14:12:35 +00:00
%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 g
.key w
%td
Go to wiki
2016-09-07 14:12:35 +00:00
%tr
%td.shortcut
.key t
%td Go to finding file
%tr
%td.shortcut
.key i
%td New issue
2017-03-30 15:53:47 +00:00
%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 Project File
%tr
%td.shortcut
.key y
%td Go to file permalink
2016-09-07 14:12:35 +00:00
.col-lg-4
%table.shortcut-mappings
%tbody.hidden-shortcut.network{ style: 'display:none' }
2016-09-07 14:12:35 +00:00
%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.hidden-shortcut.issues{ style: 'display:none' }
2016-09-07 14:12:35 +00:00
%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.hidden-shortcut.merge_requests{ style: 'display:none' }
2016-09-07 14:12:35 +00:00
%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
2017-04-12 14:58:12 +00:00
%tbody.hidden-shortcut.wiki{ style: 'display:none' }
%tr
%th
%th Wiki pages
%tr
%td.shortcut
.key e
%td Edit wiki page