Updated docs
This commit is contained in:
parent
9475b49af2
commit
42e894ef38
@ -19,11 +19,11 @@ Controls
|
||||
File New ^N
|
||||
File Save ^S
|
||||
File Export Image ^E
|
||||
File Open ^O
|
||||
File Open ^U
|
||||
View Toggle Guides ^Shift+H
|
||||
View Toggle Commander ^K
|
||||
View Expand Commander ^Shift+K
|
||||
Project Run ^R
|
||||
Project Run ^Enter
|
||||
Project Re-Indent ^Shift+I
|
||||
Project Clean Escape
|
||||
|
||||
|
@ -56,7 +56,6 @@ function Acels (client) {
|
||||
}
|
||||
this.convert = (event) => {
|
||||
const accelerator = event.key === ' ' ? 'Space' : capitalize(event.key.replace('Arrow', ''))
|
||||
console.log(event.key);
|
||||
if ((event.ctrlKey || event.metaKey) && event.shiftKey) {
|
||||
return `CmdOrCtrl+Shift+${accelerator}`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user