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