From e5954f551d079beecfdb6405827f2f08fbd98403 Mon Sep 17 00:00:00 2001 From: Scoubi <7934465+Scoubi@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:54:12 -0500 Subject: [PATCH 1/6] Add: Shortcuts documentation --- docs/docs.json | 1 + docs/manage-bloodhound/bh-shortcuts.mdx | 38 +++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 docs/manage-bloodhound/bh-shortcuts.mdx diff --git a/docs/docs.json b/docs/docs.json index 80581452..1720610e 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -154,6 +154,7 @@ "group": "Manage BloodHound", "pages": [ "manage-bloodhound/overview", + "manage-bloodhound/bh-shortcuts", "manage-bloodhound/bh-config", { "group": "BloodHound Enterprise Compliance Framework", diff --git a/docs/manage-bloodhound/bh-shortcuts.mdx b/docs/manage-bloodhound/bh-shortcuts.mdx new file mode 100644 index 00000000..11648b0f --- /dev/null +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -0,0 +1,38 @@ +--- +title: BloodHound Shortcuts +sidebarTitle: BloodHound Shortcuts +description: "List of the keyboard shortcuts available in BloodHound" +--- + +## Global Shortcuts +These Shortcuts work on both BloodHound Enterprise and Community-Edition + +| Page | Command | Action | +| ----------------- | ------- | ------ | +| Global | Option/Control + H | View keyboard shortcuts dialog | +| Global | Option/Control + M | Toggle Dark Mode | +| Explore Page | Option/Control + S | Jump to Node Search | +| Explore Page | Option/Control + P | Jump to Pathfinding | +| Explore Page | Option/Control + C | Focus Cypher Query Editor | +| Explore Page | Option/Control + Shift + S | Save Current Query | +| Explore Page | Option/Control + R | Run Current Cypher Query | +| Explore Page | Option/Control + / | Search Current Nodes | +| Explore Page | Option/Control + T | Toggle Table View | +| Explore Page | Option/Control + I | TODO: Toggle Node Info Panel | +| Explore Page | Option/Control + Shift + G | Reset Graph View | +| Posture Page | Option/Control + E | Jump to Environment Selector | +| Posture Page | Option/Control + Z | Jump to Zone Selector | +| Posture Page | Option/Control + F | Filter Table Data | + + +## Enterprise Only Shortcuts + +| Page | Command | Action | +| ----------------- | ------- | ------ | +| Attack Paths Page | Option/Control +Shift + R | Reset to Default View | +| Attack Paths Page | Option/Control + . | Jump to Next Finding | +| Attack Paths Page | Option/Control + , | Jump to Previous Finding | +| Attack Paths Page | Option/Control + E | Jump to Environment Selector | +| Posture Page | Option/Control + E | Jump to Environment Selector | +| Posture Page | Option/Control + Z | Jump to Zone Selector | +| Posture Page | Option/Control + F | Filter Table Data | \ No newline at end of file From f635194f190ea28fed41641f6db101a9afc034f1 Mon Sep 17 00:00:00 2001 From: Scoubi <7934465+Scoubi@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:32:48 -0500 Subject: [PATCH 2/6] Fix: Implement CR recom. --- docs/manage-bloodhound/bh-shortcuts.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/manage-bloodhound/bh-shortcuts.mdx b/docs/manage-bloodhound/bh-shortcuts.mdx index 11648b0f..9725a873 100644 --- a/docs/manage-bloodhound/bh-shortcuts.mdx +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -20,16 +20,13 @@ These Shortcuts work on both BloodHound Enterprise and Community-Edition | Explore Page | Option/Control + T | Toggle Table View | | Explore Page | Option/Control + I | TODO: Toggle Node Info Panel | | Explore Page | Option/Control + Shift + G | Reset Graph View | -| Posture Page | Option/Control + E | Jump to Environment Selector | -| Posture Page | Option/Control + Z | Jump to Zone Selector | -| Posture Page | Option/Control + F | Filter Table Data | ## Enterprise Only Shortcuts | Page | Command | Action | | ----------------- | ------- | ------ | -| Attack Paths Page | Option/Control +Shift + R | Reset to Default View | +| Attack Paths Page | Option/Control + Shift + R | Reset to Default View | | Attack Paths Page | Option/Control + . | Jump to Next Finding | | Attack Paths Page | Option/Control + , | Jump to Previous Finding | | Attack Paths Page | Option/Control + E | Jump to Environment Selector | From 0d183e89d7f7241515b62b36098ef00597a56abf Mon Sep 17 00:00:00 2001 From: Mat Saulnier Date: Wed, 17 Dec 2025 11:20:29 -0500 Subject: [PATCH 3/6] Update docs/manage-bloodhound/bh-shortcuts.mdx Remove useless space Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/manage-bloodhound/bh-shortcuts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage-bloodhound/bh-shortcuts.mdx b/docs/manage-bloodhound/bh-shortcuts.mdx index 9725a873..b5488358 100644 --- a/docs/manage-bloodhound/bh-shortcuts.mdx +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -32,4 +32,4 @@ These Shortcuts work on both BloodHound Enterprise and Community-Edition | Attack Paths Page | Option/Control + E | Jump to Environment Selector | | Posture Page | Option/Control + E | Jump to Environment Selector | | Posture Page | Option/Control + Z | Jump to Zone Selector | -| Posture Page | Option/Control + F | Filter Table Data | \ No newline at end of file +| Posture Page | Option/Control + F | Filter Table Data | \ No newline at end of file From 5b1113300c8a760267365c72692904336d5b7f74 Mon Sep 17 00:00:00 2001 From: Scoubi <7934465+Scoubi@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:22:09 -0500 Subject: [PATCH 4/6] Fix: Apply CR recom --- docs/manage-bloodhound/bh-shortcuts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage-bloodhound/bh-shortcuts.mdx b/docs/manage-bloodhound/bh-shortcuts.mdx index b5488358..8e2fc900 100644 --- a/docs/manage-bloodhound/bh-shortcuts.mdx +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -5,7 +5,7 @@ description: "List of the keyboard shortcuts available in BloodHound" --- ## Global Shortcuts -These Shortcuts work on both BloodHound Enterprise and Community-Edition +These Shortcuts work in both BloodHound Enterprise and Community-Edition | Page | Command | Action | | ----------------- | ------- | ------ | From e7c3d0bb79954b9ecf6b4667b88f8d1a41f3ab36 Mon Sep 17 00:00:00 2001 From: Scoubi <7934465+Scoubi@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:26:40 -0500 Subject: [PATCH 5/6] Fix: More CR recom --- docs/manage-bloodhound/bh-shortcuts.mdx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manage-bloodhound/bh-shortcuts.mdx b/docs/manage-bloodhound/bh-shortcuts.mdx index 8e2fc900..c23d6d31 100644 --- a/docs/manage-bloodhound/bh-shortcuts.mdx +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -5,20 +5,20 @@ description: "List of the keyboard shortcuts available in BloodHound" --- ## Global Shortcuts -These Shortcuts work in both BloodHound Enterprise and Community-Edition +These shortcuts work in both BloodHound Enterprise and Community Edition | Page | Command | Action | | ----------------- | ------- | ------ | | Global | Option/Control + H | View keyboard shortcuts dialog | | Global | Option/Control + M | Toggle Dark Mode | -| Explore Page | Option/Control + S | Jump to Node Search | -| Explore Page | Option/Control + P | Jump to Pathfinding | +| Explore Page | Option/Control + S | Jump to Node Search | +| Explore Page | Option/Control + P | Jump to Pathfinding | | Explore Page | Option/Control + C | Focus Cypher Query Editor | -| Explore Page | Option/Control + Shift + S | Save Current Query | +| Explore Page | Option/Control + Shift + S | Save Current Query | | Explore Page | Option/Control + R | Run Current Cypher Query | -| Explore Page | Option/Control + / | Search Current Nodes | -| Explore Page | Option/Control + T | Toggle Table View | -| Explore Page | Option/Control + I | TODO: Toggle Node Info Panel | +| Explore Page | Option/Control + / | Search Current Nodes | +| Explore Page | Option/Control + T | Toggle Table View | +| Explore Page | Option/Control + I | TODO: Toggle Node Info Panel | | Explore Page | Option/Control + Shift + G | Reset Graph View | @@ -26,10 +26,10 @@ These Shortcuts work in both BloodHound Enterprise and Community-Edition | Page | Command | Action | | ----------------- | ------- | ------ | -| Attack Paths Page | Option/Control + Shift + R | Reset to Default View | +| Attack Paths Page | Option/Control + Shift + R | Reset to Default View | | Attack Paths Page | Option/Control + . | Jump to Next Finding | | Attack Paths Page | Option/Control + , | Jump to Previous Finding | -| Attack Paths Page | Option/Control + E | Jump to Environment Selector | -| Posture Page | Option/Control + E | Jump to Environment Selector | +| Attack Paths Page | Option/Control + E | Jump to Environment Selector | +| Posture Page | Option/Control + E | Jump to Environment Selector | | Posture Page | Option/Control + Z | Jump to Zone Selector | -| Posture Page | Option/Control + F | Filter Table Data | \ No newline at end of file +| Posture Page | Option/Control + F | Filter Table Data | From 69eeb77a59b66e59b78d1c7aa9c613a283cdea46 Mon Sep 17 00:00:00 2001 From: Scoubi <7934465+Scoubi@users.noreply.github.com> Date: Wed, 17 Dec 2025 15:39:59 -0500 Subject: [PATCH 6/6] Fix: Remove "TODO" --- docs/manage-bloodhound/bh-shortcuts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage-bloodhound/bh-shortcuts.mdx b/docs/manage-bloodhound/bh-shortcuts.mdx index c23d6d31..2deaaff5 100644 --- a/docs/manage-bloodhound/bh-shortcuts.mdx +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -18,7 +18,7 @@ These shortcuts work in both BloodHound Enterprise and Community Edition | Explore Page | Option/Control + R | Run Current Cypher Query | | Explore Page | Option/Control + / | Search Current Nodes | | Explore Page | Option/Control + T | Toggle Table View | -| Explore Page | Option/Control + I | TODO: Toggle Node Info Panel | +| Explore Page | Option/Control + I | Toggle Node Info Panel | | Explore Page | Option/Control + Shift + G | Reset Graph View |