mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 03:13:24 +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'
|
|
};
|