Rename uhk60-{left,right}-half to uhk60-{left,right}
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "uhk60-left-half",
|
||||
"name": "uhk60-left",
|
||||
"description": "Left UHK60 keyboard half",
|
||||
"slot": "left-half",
|
||||
"keyCount": 35,
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "uhk60-right-half",
|
||||
"name": "uhk60-right",
|
||||
"description": "Right UHK60 keyboard half",
|
||||
"slot": "right-half",
|
||||
"keyCount": 35,
|
||||
Reference in New Issue
Block a user