Rename uhk60-{left,right}-half to uhk60-{left,right}

This commit is contained in:
László Monda
2017-10-31 22:05:32 +01:00
parent 3f78cc1340
commit 91eb4b3a50
6 changed files with 5 additions and 5 deletions

View File

@@ -17,12 +17,12 @@ export class SvgModuleProviderService {
private getLeftModule(layout = KeyboardLayout.ANSI): SvgModule {
if (layout === KeyboardLayout.ISO) {
if (!this.isoLeft) {
this.isoLeft = new SvgModule(require('xml-loader!../../modules/uhk60-left-half/layout-iso.xml').svg);
this.isoLeft = new SvgModule(require('xml-loader!../../modules/uhk60-left/layout-iso.xml').svg);
}
return this.isoLeft;
}
if (!this.ansiLeft) {
this.ansiLeft = new SvgModule(require('xml-loader!../../modules/uhk60-left-half/layout-ansi.xml').svg);
this.ansiLeft = new SvgModule(require('xml-loader!../../modules/uhk60-left/layout-ansi.xml').svg);
}
return this.ansiLeft;
}
@@ -30,7 +30,7 @@ export class SvgModuleProviderService {
private getRightModule(): SvgModule {
if (!this.right) {
this.right = new SvgModule(require('xml-loader!../../modules/uhk60-right-half/layout.xml').svg);
this.right = new SvgModule(require('xml-loader!../../modules/uhk60-right/layout.xml').svg);
}
return this.right;
}

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,6 +1,6 @@
{
"id": 1,
"name": "uhk60-left-half",
"name": "uhk60-left",
"description": "Left UHK60 keyboard half",
"slot": "left-half",
"keyCount": 35,

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,6 +1,6 @@
{
"id": 0,
"name": "uhk60-right-half",
"name": "uhk60-right",
"description": "Right UHK60 keyboard half",
"slot": "right-half",
"keyCount": 35,