Update keyboard_shortcuts.jade
This commit is contained in:
parent
9813e7584f
commit
43c0b399ed
1 changed files with 0 additions and 10 deletions
|
@ -74,16 +74,6 @@ block modal-body-content
|
||||||
dt(title=ctrlName + " " + shift + " M")
|
dt(title=ctrlName + " " + shift + " M")
|
||||||
kbd #{ctrl} ⇧ M
|
kbd #{ctrl} ⇧ M
|
||||||
dd(data-i18n="keyboard_shortcuts.maximize_editor") Maximize/minimize code editor.
|
dd(data-i18n="keyboard_shortcuts.maximize_editor") Maximize/minimize code editor.
|
||||||
dl.dl-horizontal
|
|
||||||
dt(title="Arrow keys")
|
|
||||||
kbd ←
|
|
||||||
| ,
|
|
||||||
kbd →
|
|
||||||
| ,
|
|
||||||
kbd ↑
|
|
||||||
| ,
|
|
||||||
kbd ↓
|
|
||||||
dd(data-i18n="keyboard_shortcuts.move_wizard") Move your Wizard around the level.
|
|
||||||
|
|
||||||
block modal-footer-content
|
block modal-footer-content
|
||||||
a(href='#', data-dismiss="modal", aria-hidden="true", data-i18n="modal.close").btn.btn-primary Close
|
a(href='#', data-dismiss="modal", aria-hidden="true", data-i18n="modal.close").btn.btn-primary Close
|
||||||
|
|
Reference in a new issue