1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-28 18:50:40 +03:00

unicode character for onposition global shortcuts

This commit is contained in:
Michail Vourlakos 2019-03-25 09:49:01 +02:00
parent 66be70a319
commit 08ec690805
2 changed files with 2 additions and 2 deletions

View File

@ -587,7 +587,7 @@ PlasmaComponents.Page {
}
PlasmaComponents.CheckBox {
text: i18n("Activate based on position through global shortcuts")
text: i18n("🅰 Activate based on position through global shortcuts")
checked: latteView.isPreferredForShortcuts || (!latteView.managedLayout.preferredForShortcutsTouched && latteView.isHighestPriorityView())
//enabled: shortcutsEngine.basedOnPositionEnabled

View File

@ -140,7 +140,7 @@ PlasmaComponents.Page {
PlasmaComponents.CheckBox {
id: unifyGlobalShortcutsChk
Layout.leftMargin: units.smallSpacing * 2
text: i18n("Based on position shortcuts apply only for tasks")
text: i18n("🅰 Based on position shortcuts apply only for tasks")
checked: !plasmoid.configuration.unifiedGlobalShortcuts
tooltip: i18n("Based on position global shortcuts are enabled only for tasks and not for applets")
visible: dialog.highLevel