mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-21 18:50:06 +03:00
Added policy Opening a file or directory with one click
This commit is contained in:
parent
a9abc56a9e
commit
5e0cff1872
@ -307,6 +307,18 @@
|
||||
<disabledValue>
|
||||
<string>{"KDE":{"ShowDeleteCommand":"false"}}</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="kde-singleclick" class="User" displayName="$(string.kde-singleclick)"
|
||||
explainText="$(string.kde-singleclick_help)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kde.globals.singleclick">
|
||||
<parentCategory ref="system:ALT_Settings_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<string>{"KDE":{"SingleClick":"true"}}</string>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string>{"KDE":{"SingleClick":"false"}}</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
@ -86,7 +86,14 @@
|
||||
<string id="kde-graphic-effects_help">The policy configures enabling or disabling graphical effects on login.</string>
|
||||
|
||||
<string id="kde-showdelete">Deleting directories and files in the context menu</string>
|
||||
<string id="kde-showdelete_help">The policy allows you to add or remove the "delete" button in the Dolphin context menu</string>
|
||||
<string id="kde-showdelete_help">The policy allows you to add or remove the "delete" button in the Dolphin context menu.</string>
|
||||
|
||||
<string id="kde-singleclick">Opening a file or directory with one click</string>
|
||||
<string id="kde-singleclick_help">This policy configures opening a folder or file with one click.
|
||||
|
||||
If the policy is enabled, clicking will open the file or folder.
|
||||
|
||||
If the policy is disabled, clicking on the file or folder will highlight it.</string>
|
||||
|
||||
<string id="kde-colorscheme">Application color scheme</string>
|
||||
<string id="kde-colorscheme_help">This policy allows you to manage color schemes by specifying the name of the scheme (for example: BreezeClassic).
|
||||
|
@ -87,6 +87,14 @@
|
||||
<string id="kde-showdelete">Удаление каталогов и файлов в контекстном меню</string>
|
||||
<string id="kde-showdelete_help">Политика позволяет добавить или убрать кнопку "удалить" в контекстном меню Dolphin</string>
|
||||
|
||||
<string id="kde-singleclick">Открытие файла или каталога одним щелчком</string>
|
||||
<string id="kde-singleclick_help">Данная политика настраивает открытие папки или файла одним щелчком.
|
||||
|
||||
Если политика включена, то щелчком файл или папка будут открыты.
|
||||
|
||||
Если политика отключена, щелчком файл или папка будут выделены.
|
||||
</string>
|
||||
|
||||
<string id="kde-colorscheme">Цветовая схема приложений</string>
|
||||
<string id="kde-colorscheme_help">Данная политика позволяет управлять цветовыми схемами, указав название схемы (например: BreezeClassic).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user