rebind default clear whiteboard to ctrl+shift+del
This commit is contained in:
parent
3a1b5f5542
commit
1da9c4cba4
@ -61,7 +61,7 @@ The following are predefined shortcuts that you can override in the file [./src/
|
|||||||
|
|
||||||
| Result | Windows and Linux | macOS |
|
| Result | Windows and Linux | macOS |
|
||||||
| ---------------------------------------------------------------- | -------------------- | ----------------------- |
|
| ---------------------------------------------------------------- | -------------------- | ----------------------- |
|
||||||
| Clear the whiteboard | Ctrl + Shift + Z | Command + Shift + Z |
|
| Clear the whiteboard | Ctrl + Shift + Del | Command + Shift + Del |
|
||||||
| Undo your last step | Ctrl + Z | Command + Z |
|
| Undo your last step | Ctrl + Z | Command + Z |
|
||||||
| Redo your last undo | Ctrl + Y | Command + Y |
|
| Redo your last undo | Ctrl + Y | Command + Y |
|
||||||
| Select an area | Ctrl + X | Command + X |
|
| Select an area | Ctrl + X | Command + X |
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
const keybinds = {
|
const keybinds = {
|
||||||
// 'key(s)' : 'function',
|
// 'key(s)' : 'function',
|
||||||
"defmod-shift-z": "clearWhiteboard",
|
"defmod-shift-del": "clearWhiteboard",
|
||||||
"defmod-z": "undoStep",
|
"defmod-z": "undoStep",
|
||||||
"defmod-y": "redoStep",
|
"defmod-y": "redoStep",
|
||||||
"defmod-x": "setTool_recSelect",
|
"defmod-x": "setTool_recSelect",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user