2017-08-17 22:00:37 +05:30
|
|
|
|
#modal-shortcuts.modal{ tabindex: -1 }
|
2014-09-02 18:07:02 +05:30
|
|
|
|
.modal-dialog
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
2015-04-26 12:48:37 +05:30
|
|
|
|
%h4
|
|
|
|
|
Keyboard Shortcuts
|
|
|
|
|
%small
|
|
|
|
|
= link_to '(Show all)', '#', class: 'js-more-help-button'
|
2016-09-29 09:46:39 +05:30
|
|
|
|
.modal-body
|
|
|
|
|
.row
|
|
|
|
|
.col-lg-4
|
|
|
|
|
%table.shortcut-mappings
|
|
|
|
|
%tbody
|
|
|
|
|
%tr
|
|
|
|
|
%th
|
|
|
|
|
%th Global Shortcuts
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key n
|
|
|
|
|
%td Main Navigation
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key s
|
|
|
|
|
%td Focus Search
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key f
|
|
|
|
|
%td Focus Filter
|
2017-09-10 17:25:29 +05:30
|
|
|
|
- if performance_bar_enabled?
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key p b
|
|
|
|
|
%td Show/hide the Performance Bar
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%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)
|
|
|
|
|
%tr
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%td.shortcut
|
|
|
|
|
.key shift t
|
|
|
|
|
%td
|
|
|
|
|
Go to todos
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
2017-08-17 22:00:37 +05:30
|
|
|
|
.key shift a
|
|
|
|
|
%td
|
|
|
|
|
Go to the activity feed
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
2017-08-17 22:00:37 +05:30
|
|
|
|
.key shift p
|
|
|
|
|
%td
|
|
|
|
|
Go to projects
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
2017-08-17 22:00:37 +05:30
|
|
|
|
.key shift i
|
|
|
|
|
%td
|
|
|
|
|
Go to issues
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key shift m
|
|
|
|
|
%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
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%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
|
|
|
|
|
%tbody
|
|
|
|
|
%tr
|
|
|
|
|
%th
|
|
|
|
|
%th Project
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key g
|
|
|
|
|
.key p
|
|
|
|
|
%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
|
|
|
|
|
.key g
|
|
|
|
|
.key e
|
|
|
|
|
%td
|
|
|
|
|
Go to the project's activity feed
|
|
|
|
|
%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
|
2017-08-17 22:00:37 +05:30
|
|
|
|
.key 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
|
|
|
|
|
.key g
|
|
|
|
|
.key n
|
|
|
|
|
%td
|
|
|
|
|
Go to network graph
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key g
|
2017-08-17 22:00:37 +05:30
|
|
|
|
.key 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
|
|
|
|
|
.key g
|
|
|
|
|
.key i
|
|
|
|
|
%td
|
|
|
|
|
Go to issues
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key g
|
2017-08-17 22:00:37 +05:30
|
|
|
|
.key b
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%td
|
|
|
|
|
Go to issue boards
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key g
|
|
|
|
|
.key m
|
|
|
|
|
%td
|
|
|
|
|
Go to merge requests
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key g
|
|
|
|
|
.key s
|
|
|
|
|
%td
|
|
|
|
|
Go to snippets
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key g
|
|
|
|
|
.key w
|
|
|
|
|
%td
|
|
|
|
|
Go to wiki
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key t
|
|
|
|
|
%td Go to finding file
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key i
|
|
|
|
|
%td New issue
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
|
|
%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-29 09:46:39 +05:30
|
|
|
|
.col-lg-4
|
|
|
|
|
%table.shortcut-mappings
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%tbody.hidden-shortcut.network{ style: 'display:none' }
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%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
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%tbody.hidden-shortcut.issues{ style: 'display:none' }
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%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
|
2017-08-17 22:00:37 +05:30
|
|
|
|
%tbody.hidden-shortcut.merge_requests{ style: 'display:none' }
|
2016-09-29 09:46:39 +05:30
|
|
|
|
%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-08-17 22:00:37 +05:30
|
|
|
|
%tbody.hidden-shortcut.wiki{ style: 'display:none' }
|
|
|
|
|
%tr
|
|
|
|
|
%th
|
|
|
|
|
%th Wiki pages
|
|
|
|
|
%tr
|
|
|
|
|
%td.shortcut
|
|
|
|
|
.key e
|
|
|
|
|
%td Edit wiki page
|