Add keymap page (#80)

This commit is contained in:
Nejc Zdovc
2016-08-29 21:51:30 +02:00
committed by József Farkas
parent bb3a2d77b6
commit dee9c1077b
20 changed files with 1258 additions and 34 deletions

View File

@@ -11,6 +11,10 @@ export class DataProviderService {
return require('json!../config-serializer/uhk-config.json');
}
getDefaultKeymaps(): any {
return require('json!../config-serializer/default-keymaps.json');
}
getKeyboardSvgAttributes(): { viewBox: string, transform: string, fill: string } {
let svg: any = this.getBaseLayer();
return {