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

@@ -6,4 +6,5 @@ export interface SvgKeyboardKey {
ry: string;
height: number;
width: number;
fill: string;
}