mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 12:53:52 +01:00
12 lines
210 B
JavaScript
12 lines
210 B
JavaScript
export const keymap = {
|
|
|
|
'CUT': 'C',
|
|
'PAD': 'E',
|
|
'ZoomIn': '+',
|
|
'ZoomOut': '-',
|
|
'menu.craft': 'shift+C',
|
|
'menu.primitives': 'shift+A',
|
|
'menu.main': 'space',
|
|
'Save': 'ctrl+S',
|
|
'Info': 'F1'
|
|
};
|