From 3d7fbe51d5b39c39803dbf8d03b5831c721e35d8 Mon Sep 17 00:00:00 2001 From: Matthias Husinsky Date: Mon, 17 Jun 2024 11:26:28 +0200 Subject: [PATCH] Update referencing.md key shortcuts were wrong --- reference/libraries/referencing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/libraries/referencing.md b/reference/libraries/referencing.md index 69e5826c..a7bf953d 100644 --- a/reference/libraries/referencing.md +++ b/reference/libraries/referencing.md @@ -47,7 +47,7 @@ A vl document can reference other .vl documents and managed .dll files. Here are 3 ways to reference local files: * Drop a .vl or .dll file onto a patch -* Press CtrlR to select files via a file browser +* Press AltCtrlE to select files via a file browser * Via menu:Document[Dependencies > Files > Add Existing...] ![](../../images/libraries/vl-Dependencies-File.png) @@ -85,7 +85,7 @@ Otherwise in case 1) restarting vvvv should help, but in case 2) you'll actually By default .NET comes with a large number of assemblies that can be referenced. They are stored in the [GAC](https://docs.microsoft.com/en-us/dotnet/framework/app-domains/gac) on all machines that have .NET installed and can be referenced from there via: -* Press CtrlShiftR +* Press CtrlShiftE * via `Document > Dependencies > Files > Add .NET Framework Assembly...` In the dialog you need to double-click entries that you want to add as references.