mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 19:32:37 +01:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
export const keymap = {
|
|
'save': 'ctrl+s',
|
|
'open': 'ctrl+o',
|
|
'new' : 'ctrl+n',
|
|
'terminal': '`',
|
|
'info': 'F1'
|
|
};
|