--the user can disable "global shortcuts based
on position" by disabling the global shortcuts
for the first two latte items
--improve texts readability
BUG: 403880
text:i18n("Activate based on position through global shortcuts")
checked:latteView.isPreferredForShortcuts
tooltip:i18n("This view activates its items based on their position through global shortcuts. Take note that only one view can have that option enabled for each layout")
onClicked:{
latteView.isPreferredForShortcuts=checked
}
}
PlasmaComponents.CheckBox{
Layout.leftMargin:units.smallSpacing*2
text:i18n("Decrease size automatically when needed")
@ -588,6 +576,19 @@ PlasmaComponents.Page {
}
}
PlasmaComponents.CheckBox{
Layout.leftMargin:units.smallSpacing*2
text:i18n("Prefer for based on position global shortcuts")
checked:latteView.isPreferredForShortcuts
enabled:shortcutsEngine.basedOnPositionEnabled
tooltip:i18n("This view is preferred to use the based on position global shortcuts. Take note that only one view can have that option enabled for each layout")