From 8997b2448029ca13d2feb85a3cadd2d4bcfd1db6 Mon Sep 17 00:00:00 2001 From: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> Date: Wed, 6 Aug 2025 00:37:10 +0200 Subject: [PATCH] Docs: Notes for Hotkeys F2/Del added --- Website/docs/application/aws-session-manager.md | 4 ++++ Website/docs/application/dns-lookup.md | 8 ++++++++ Website/docs/application/ip-scanner.md | 8 ++++++++ Website/docs/application/port-scanner.md | 8 ++++++++ Website/docs/application/snmp.md | 8 ++++++++ Website/docs/application/sntp-lookup.md | 4 ++++ Website/docs/settings/profiles.md | 6 +++++- 7 files changed, 45 insertions(+), 1 deletion(-) diff --git a/Website/docs/application/aws-session-manager.md b/Website/docs/application/aws-session-manager.md index 0fbb8664bd..971020f1e5 100644 --- a/Website/docs/application/aws-session-manager.md +++ b/Website/docs/application/aws-session-manager.md @@ -422,6 +422,10 @@ Here you can specify a combination of AWS CLI profile and AWS region from where :::note +Right-click on a selected profile to `edit` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected profile. + Only enabled profiles are synchronized and [`Synchronize EC2 instances from AWS`](#synchronize-ec2-instances-from-aws) must be enabled! ::: diff --git a/Website/docs/application/dns-lookup.md b/Website/docs/application/dns-lookup.md index f4e5f1a936..e85250758b 100644 --- a/Website/docs/application/dns-lookup.md +++ b/Website/docs/application/dns-lookup.md @@ -74,6 +74,14 @@ List of DNS server profiles. A profile can contain one or more DNS servers with | Level3 | `209.244.0.3:53` | `209.244.0.4:53` | | Verisign | `64.6.64.6:53` | `64.6.65.6:53` | +:::note + +Right-click on a selected DNS server to `edit` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected DNS server. + +::: + ### Add DNS suffix (primary) to hostname Add the primary DNS suffix to the hostname. diff --git a/Website/docs/application/ip-scanner.md b/Website/docs/application/ip-scanner.md index f344d01a85..43285c0647 100644 --- a/Website/docs/application/ip-scanner.md +++ b/Website/docs/application/ip-scanner.md @@ -197,6 +197,14 @@ In the arguments you can use the following placeholders: | `$$ipaddress$$` | IP address | | `$$hostname$$` | Hostname | +:::note + +Right-click on a selected custom command to `edit` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected custom command. + +::: + ### Max. concurrent host threads Maximal number of threads used to scan for active hosts (1 thread = 1 host/ip address). diff --git a/Website/docs/application/port-scanner.md b/Website/docs/application/port-scanner.md index 4c4351351c..c1323634df 100644 --- a/Website/docs/application/port-scanner.md +++ b/Website/docs/application/port-scanner.md @@ -119,6 +119,14 @@ List of common `tcp` ports to scan for. | LDAP | `389; 636` | | HTTP proxy | `3128` | +:::note + +Right-click on a selected port profile to `edit` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected port profile. + +::: + ### Show closed ports Show closed ports in the result list. diff --git a/Website/docs/application/snmp.md b/Website/docs/application/snmp.md index 42b82b755c..78c6ded096 100644 --- a/Website/docs/application/snmp.md +++ b/Website/docs/application/snmp.md @@ -399,6 +399,14 @@ List of common OIDs for the `get`, `walk` or `set` SNMP request. | UDP-MIB | .1.3.6.1.2.1.7 | Walk | | UCD-SNMP-MIB | .1.3.6.1.4.1.2021 | Walk | +:::note + +Right-click on a selected OID profile to `edit` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected OID profile. + +::: + ### Walk mode Walk mode for the SNMP request. diff --git a/Website/docs/application/sntp-lookup.md b/Website/docs/application/sntp-lookup.md index b16100882b..5254413c4a 100644 --- a/Website/docs/application/sntp-lookup.md +++ b/Website/docs/application/sntp-lookup.md @@ -40,6 +40,10 @@ List of SNTP server profiles. A profile can contain one or more SNTP servers wit :::note +Right-click on a selected OID profile to `edit`, `copy` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected OID profile. + At least one SNTP server profile must exist. ::: diff --git a/Website/docs/settings/profiles.md b/Website/docs/settings/profiles.md index deae981d4d..5789f625fb 100644 --- a/Website/docs/settings/profiles.md +++ b/Website/docs/settings/profiles.md @@ -35,7 +35,11 @@ List of profile files. :::note -Profile files can be encrypted with a master password. Right click on a profile and select `Encryption... > Enable encryption...`. See [FAQ > How to enable profile file encryption?](https://borntoberoot.net/NETworkManager/docs/faq/profile-file-encryption#how-to-enable-profile-file-encryption) for more details. +Right-click on a profile file to `edit`, `encrypt/decrypt` or `delete` it. + +You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected profile file. + +Profile files can be encrypted with a master password. See [FAQ > How to enable profile file encryption?](https://borntoberoot.net/NETworkManager/docs/faq/profile-file-encryption#how-to-enable-profile-file-encryption) for more details. At least one profile is required and must exist.