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