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..2deaaff5 --- /dev/null +++ b/docs/manage-bloodhound/bh-shortcuts.mdx @@ -0,0 +1,35 @@ +--- +title: BloodHound Shortcuts +sidebarTitle: BloodHound Shortcuts +description: "List of the keyboard shortcuts available in BloodHound" +--- + +## Global Shortcuts +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 + 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 | Toggle Node Info Panel | +| Explore Page | Option/Control + Shift + G | Reset Graph View | + + +## 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 |