mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 20:33:30 +01:00
12 lines
243 B
JavaScript
12 lines
243 B
JavaScript
export default {
|
|
'CUT': 'C',
|
|
'EXTRUDE': 'E',
|
|
'ZoomIn': '+',
|
|
'ZoomOut': '-',
|
|
'menu.craft': 'shift+C',
|
|
'menu.primitives': 'shift+A',
|
|
'menu.main': 'space',
|
|
'Save': 'ctrl+S',
|
|
'Info': 'F1',
|
|
'DebugOpenBrepDebugger': 'ctrl+b'
|
|
};
|