mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[keyboard] Swapped primary and additional layouts in selection
This commit is contained in:
parent
354dc1613a
commit
384b1ba8c6
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ Config::Config( QObject* parent )
|
|||
QString switchOption = xkbmap_query_grp_option();
|
||||
|
||||
QProcess::execute( "setxkbmap", xkbmap_layout_args(
|
||||
{ m_selectedLayout, info.additionalLayout },
|
||||
{ m_selectedVariant, info.additionalVariant },
|
||||
{ info.additionalLayout, m_selectedLayout },
|
||||
{ info.additionalVariant, m_selectedVariant },
|
||||
switchOption.isEmpty()?"grp:alt_shift_toggle":QString() )
|
||||
);
|
||||
cDebug() << "xkbmap selection changed to: " << m_selectedLayout << '-' << m_selectedVariant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue