Render key modifiers

This commit is contained in:
József Farkas
2016-08-24 17:50:56 +02:00
parent 3ed0b4f916
commit ec049fe7b3
8 changed files with 229 additions and 12 deletions

View File

@@ -143,6 +143,9 @@ export class MapperService {
this.nameToFileName.set('toggle', 'icon-kbd__fn--toggle');
this.nameToFileName.set('switch-keymap', 'icon-kbd__mod--switch-keymap');
this.nameToFileName.set('macro', 'icon-icon__macro');
this.nameToFileName.set('shift', 'icon-kbd__default--modifier-shift');
this.nameToFileName.set('option', 'icon-kbd__default--modifier-option');
this.nameToFileName.set('command', 'icon-kbd__default--modifier-command');
}
}