Skip to content

Commit

Permalink
Updated help
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandojsg committed Feb 9, 2017
1 parent 64a3127 commit 6e5829e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions src/components/modals/ModalHelp.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ export default class ModalHelp extends React.Component {
{key: ['r'], description: 'Scale'},
{key: ['d'], description: 'Duplicate selected entity'},
{key: ['g'], description: 'Toggle grid visibility'},
{key: ['n'], description: 'Add new entity'}
{key: ['n'], description: 'Add new entity'},
{key: ['supr | backspace'], description: 'Delete selected entity'}
],
[
{key: ['ctrl | cmd', 'x'], description: 'Cut selected entity'},
{key: ['ctrl | cmd', 'c'], description: 'Copy selected entity'},
{key: ['ctrl | cmd', 'v'], description: 'Paste entity'},
{key: ['h'], description: 'Show this help'},
{key: ['supr'], description: 'Delete selected entity'},
{key: ['Esc'], description: 'Exit edit mode'},
{key: ['backspace'], description: 'Delete selected entity'},
{key: ['ctrl', 'alt', 'i'], description: 'Switch Edit and VR Modes'}
]
];
Expand Down
3 changes: 1 addition & 2 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,9 @@ a.button:hover {
margin: 0.6em 0;
}


#texture-modal .modal-content {
height: calc(100% - 50px);
width: calc(100% - 50px);
width: calc(100% - 50px);
}

.modal-content {
Expand Down

0 comments on commit 6e5829e

Please sign in to comment.