ANSI and ISO layout handling (#309)
* Read left and right modules * Add missing styles * Calculate indices from ids * Skip missing keys * Align key actions to match the order specified by the svg * Fix svg key hover * Fix key hover Without using css important
This commit is contained in:
committed by
László Monda
parent
f246900cd5
commit
aa38762c42
@@ -63,6 +63,7 @@ import { SvgKeyboardWrapComponent } from './shared/components/svg/wrap';
|
||||
import { MainAppComponent, appRoutingProviders, routing } from './main-app';
|
||||
|
||||
import { CancelableDirective } from './shared/directives';
|
||||
import { SafeStylePipe } from './shared/pipes';
|
||||
|
||||
import { CaptureService } from './shared/services/capture.service';
|
||||
import { MapperService } from './shared/services/mapper.service';
|
||||
@@ -124,7 +125,8 @@ import { reducer } from '../../shared/src/store/reducers/index';
|
||||
AddOnComponent,
|
||||
SettingsComponent,
|
||||
KeyboardSliderComponent,
|
||||
CancelableDirective
|
||||
CancelableDirective,
|
||||
SafeStylePipe
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
||||
Reference in New Issue
Block a user