diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-04-05 01:41:53 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-04-05 01:41:53 -0400 |
| commit | 73a14dc8b316c697eab1f8862126bad3302936ae (patch) | |
| tree | 2fb958b3987ce001f0b1028cfa926bfe4f7aa2ec /docs | |
| parent | 1b91902a3ff4215dfbf5e886ba2a2b6553f5d95c (diff) | |
small settings text changes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 03e54de9..8f183d3f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -181,7 +181,7 @@ To trigger it, simply use the `[CMD/CTRL] p` hotkey. Note that the command-palet  -Any action in the [action system](#command-palette) can have a custom hotkey mapped to it. To access the keybindings menu, use the `[CMD/CTRL-SHIFT] b` hotkey, via the `Edit / Keybindings...` (`Binary Ninja / Preferences / Keybindings...` on macOS) menu, or the `Keybindings` [command palette](#command-palette) entry. Any overlapping keybindings will be highlighted. Click the `Keybinding` column header to sort by keybindings in order to see what bindings are overlapping. +Any action in the [action system](#command-palette) can have a custom hotkey mapped to it. To access the keybindings menu, use the `[CMD/CTRL-SHIFT] b` hotkey, via the `Edit / Keybindings...` (`Binary Ninja / Preferences / Keybindings...` on macOS) menu, or the `Keybindings` [command palette](#command-palette) entry. Any overlapping keybindings will be highlighted. Click the `Keybinding` column header to sort by keybindings in order to see what bindings are overlapping. !!! Tip "Tip" To search in the keybindings list, just click to make sure it's focused and start typing! @@ -542,7 +542,7 @@ Performing this action on both variables in the example results in the following The integrated script console is useful for small scripts that aren't worth writing as full plugins. -To trigger the console, either use `<BACKTICK>`, or use the `View`/`Python Console` menu. +To trigger the console, either use `<BACKTICK>`, or use the `View`/`Python Console` menu. !!!Tip "Note" Note that `<BACKTICK>` will work in most contexts to open the console and focus its command line, unless the UI focus is in an editor widget. @@ -911,7 +911,7 @@ Here's a list of all built-in settings currently available from the UI: | | | |`enum`|`HighLevelILSSAForm`| | | | | | |`enum`|`PseudoC`| | | |ui|Graph View Padding|Add extra space around graphs, proportional to the view's size.|`number`|`0.0`|[`SettingsProjectScope`, `SettingsUserScope`]|<a id='ui.view.graph.padding'>ui.view.graph.padding</a>| -|ui|Prefer Disassembly Graph|Prefer graph view over linear view on startup.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.graph.preferred'>ui.view.graph.preferred</a>| +|ui|Prefer Graph|Prefer graph view over linear on startup.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.graph.preferred'>ui.view.graph.preferred</a>| |ui|Linear View IL Carousel|Specify the IL view types and order for use with the 'Cycle IL' actions in Linear view.|`array`|[`Disassembly`, `LowLevelIL`, `MediumLevelIL`, `HighLevelIL`]|[`SettingsUserScope`]|<a id='ui.view.linear.carousel'>ui.view.linear.carousel</a>| | | | |`enum`|`Disassembly`| | | | | | |`enum`|`LowLevelIL`| | | |
