Конфигурация контекстного меню

This commit is contained in:
2025-12-28 17:14:49 +07:00
parent 5654e95465
commit 8cae3b3308
10 changed files with 1054 additions and 1 deletions

44
imports/modify.nss Normal file
View File

@@ -0,0 +1,44 @@
// modify items
// Remove items by identifiers
modify(mode=mode.multiple
where=this.id(id.restore_previous_versions,id.cast_to_device)
vis=vis.remove)
modify(type="recyclebin" where=window.is_desktop and this.id==id.empty_recycle_bin pos=1 sep)
modify(find="unpin*" pos="bottom" menu="Pin/Unpin")
modify(find="pin*" pos="top" menu="Pin/Unpin")
modify(where=this.id==id.copy_as_path menu="file manage")
modify(type="dir.back|drive.back" where=this.id==id.customize_this_folder pos=1 sep="top" menu="file manage")
modify(where=str.equals(this.name, ["open in terminal", "open linux shell here"]) || this.id==id.open_powershell_window_here
pos="bottom" menu="Terminal")
modify(mode=mode.multiple
where=this.id(
id.send_to,
id.share,
id.create_shortcut,
id.set_as_desktop_background,
id.rotate_left,
id.rotate_right,
id.map_network_drive,
id.disconnect_network_drive,
id.format,
id.eject,
id.give_access_to,
id.include_in_library,
id.print
)
pos=1 menu=title.more_options)
remove(find="NVIDIA Control Panel")
remove(find="Open MobaXterm terminal here")
remove(find="Find text using MobaFind")
remove(find="Открыть с помощью Visual Studio")
remove(find="Открыть с помощью Code")
remove(find="Открыть в Терминале")
remove(find="Compare using MobaDiff")
remove(find="Диспетчер экрана")
remove(find="Добавить в избранное")