From 337983bd4b8d69a46a2ad9519f1460877516b0b8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 14 Oct 2016 01:24:31 -0400 Subject: add zoom hotkeys --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index b7ffda4a..b12debf4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -66,6 +66,10 @@ Switching views happens multiple ways. In some instances, it's automatic (clicki - `d` : Switches between data variables of various widths - `r` : Change the data type to single ASCII character - `o` : Create a pointer data type + - `[CMD-SHIFT] +` (OS X) : Graph view zoom in + - `[CMD-SHIFT] -` (OS X) : Graph view zoom out + - `[CTRL-SHIFT] +` (Windows/Linux) : Graph view zoom in + - `[CTRL-SHIFT] -` (Windows/Linux) : Graph view zoom out ### Graph View -- cgit v1.3.1 From 3d3680e8bafe551f73ca737473d116d01c3b9385 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 24 Oct 2016 10:51:45 -0400 Subject: fix hotkey annotation --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index b12debf4..82c833a5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -52,8 +52,8 @@ Switching views happens multiple ways. In some instances, it's automatic (clicki - `h` : Switch to hex view - `p` : Create a function - - `<ESC>` : Navigate backward - - `<SPACE>` : Toggle between linear view and graph view + - `[ESC]` : Navigate backward + - `[SPACE]` : Toggle between linear view and graph view - `g` : Go To Address dialog - `n` : Name a symbol - `u` : Undefine a symbol -- cgit v1.3.1 From 4837ed6a909a3d9d5b7494f0c2f898592eaaba45 Mon Sep 17 00:00:00 2001 From: lucasduffey Date: Mon, 24 Oct 2016 11:48:14 -0700 Subject: Update getting-started.md --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index 82c833a5..72c4796c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -63,6 +63,7 @@ Switching views happens multiple ways. In some instances, it's automatic (clicki - `i` : Switches between disassembly and low-level il in graph view - `y` : Change type - [1248] : Change type directly to a data variable of the indicated widths + - `a` : Change the data type to an ASCII string - `d` : Switches between data variables of various widths - `r` : Change the data type to single ASCII character - `o` : Create a pointer data type -- cgit v1.3.1