diff --git a/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.ts b/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.ts index 052ca2e1..686c49e5 100644 --- a/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.ts +++ b/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.ts @@ -32,14 +32,14 @@ export class KeypressTabComponent extends Tab implements OnChanges { this.leftModifiers = [ 'LShift', 'LCtrl', - mapper.getOsSpecificText('LSuper'), - mapper.getOsSpecificText('LAlt') + mapper.getOsSpecificText('LAlt'), + mapper.getOsSpecificText('LSuper') ]; this.rightModifiers = [ 'RShift', 'RCtrl', - mapper.getOsSpecificText('RSuper'), - mapper.getOsSpecificText('RAlt') + mapper.getOsSpecificText('RAlt'), + mapper.getOsSpecificText('RSuper') ]; this.scanCodeGroups = [{ id: '0',