pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -29,4 +29,4 @@
|
||||
|
||||
- Configure KRunner to open with the Meta (Command/Windows) global hotkey:
|
||||
|
||||
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{ModifierOnlyShortcuts}} --key {{Meta}} {{"org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch"}}`
|
||||
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{ModifierOnlyShortcuts}} --key {{Meta}} "{{org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch}}"`
|
||||
|
Reference in New Issue
Block a user