diff options
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r-- | perl-install/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 266ea61f8..30526a83c 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -468,7 +468,7 @@ sub keyboard2full_xkb { if_($keyboard->{GRP_TOGGLE} ne 'rwin_toggle', 'compose:rwin'), "grp:$keyboard->{GRP_TOGGLE}", 'grp_led:scroll'), - if_(member($XkbLayout, 'az', 'tr', 'tr_f'), 'caps:shift')), + ), }; } |