Keymap data layer (#95)
This commit is contained in:
committed by
József Farkas
parent
fb8cd163ec
commit
b78bc5850f
@@ -12,7 +12,7 @@ export class DataProviderService {
|
||||
}
|
||||
|
||||
getDefaultKeymaps(): any {
|
||||
return require('json!../config-serializer/default-keymaps.json');
|
||||
return require('json!../config-serializer/preset-keymaps.json');
|
||||
}
|
||||
|
||||
getKeyboardSvgAttributes(): { viewBox: string, transform: string, fill: string } {
|
||||
|
||||
Reference in New Issue
Block a user