Skip to content

Commit

Permalink
Remove information about global "?" shortcut from "Keyboard Help".
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjeyd committed Jan 18, 2016
1 parent 2cccadd commit 4ea84c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drag_and_drop_v2/public/js/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
h('li', gettext('Press "Enter", "Space", "Ctrl-m", or "⌘-m" on an item to select it for dropping, then navigate to the zone you want to drop it on.')),
h('li', gettext('Press "Enter", "Space", "Ctrl-m", or "⌘-m" to drop the item on the current zone.')),
h('li', gettext('Press "Escape" if you want to cancel the drop operation (e.g. because you would like to select a different item).')),
h('li', gettext('Press "?" at any time to bring up this dialog.')),
])
]),
h('div.modal-actions', [
Expand Down

0 comments on commit 4ea84c4

Please sign in to comment.