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:
József Farkas
2017-06-13 23:04:57 +02:00
committed by László Monda
parent f246900cd5
commit aa38762c42
11 changed files with 675 additions and 559 deletions

View File

@@ -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,