GP-0: Fixing What's New formatting issues

This commit is contained in:
Ryan Kurtz 2024-06-05 07:42:49 -04:00
parent 0e67d7a6f8
commit 13c93a62c5

View File

@ -167,22 +167,22 @@
<P>There have been many improvements to keyboard only actions and navigation in Ghidra. These changes will be welcome for those who
prefer to use the keyboard as much as possible and those needing better accessibility. Improvements include:</P>
<UL style="padding-left:100px">
<LI>Standard keyboard navigation should now work in most component windows and dialogs. In general, <span class="gtitle">Tab</span> and <span class="gtitle">&ltCTRL&gt Tab</span> will
move focus to the next focusable component and <span class="gtitle">&ltSHIFT&gt Tab</span> and <span class="gtitle">&ltCTRL&gt&ltSHIFT&gt Tab</span> will move to the
previous focusable component. <span class="gtitle">Tab</span> and <span class="gtitle">&ltSHIFT&gt Tab</span> do not always work as some components use those keys internally, but
<span class="gtitle">&ltCTRL&gt Tab,</span> and <span class="gtitle">&ltSHIFT&gt&ltCTRL&gt Tab</span> should work universally.
<LI>Standard keyboard navigation should now work in most component windows and dialogs. In general, <span class="gtitle">Tab</span> and <span class="gtitle">&lt;CTRL&gt; Tab</span> will
move focus to the next focusable component and <span class="gtitle">&lt;SHIFT&gt; Tab</span> and <span class="gtitle">&lt;CTRL&gt;&lt;SHIFT&gt; Tab</span> will move to the
previous focusable component. <span class="gtitle">Tab</span> and <span class="gtitle">&lt;SHIFT&gt; Tab</span> do not always work as some components use those keys internally, but
<span class="gtitle">&lt;CTRL&gt; Tab,</span> and <span class="gtitle">&lt;SHIFT&gt;&lt;CTRL&gt; Tab</span> should work universally.
<LI>Ghidra now provides some convenient keyboard shortcut actions for transferring focus:
<UL style="padding-left:50px">
<LI><span class="gtitle">&ltCTRL&gt F3</span> - Transfers focus to the next window or dialog.</LI>
<LI><span class="gtitle">&ltCTRL&gt&ltSHIFT&gt F3</span> - Transfers focus to the previous window or dialog.</LI>
<LI><span class="gtitle">&ltCTRL&gt J</span> - Transfers focus to the next titled dockable component (titled windows).</LI>
<LI><span class="gtitle"><&ltCTRL&gt&ltSHIFT&gt J</span> - Transfers focus to the previous titled dockable component.</LI>
<LI><span class="gtitle">&lt;CTRL&gt; F3</span> - Transfers focus to the next window or dialog.</LI>
<LI><span class="gtitle">&lt;CTRL&gt;&lt;SHIFT&gt; F3</span> - Transfers focus to the previous window or dialog.</LI>
<LI><span class="gtitle">&lt;CTRL&gt; J</span> - Transfers focus to the next titled dockable component (titled windows).</LI>
<LI><span class="gtitle">&lt;CTRL&gt;&lt;SHIFT&gt; J</span> - Transfers focus to the previous titled dockable component.</LI>
</UL>
<LI>All actions can now be accessed via a searchable dialog.</LI>
<UL style="padding-left:50px">
<LI>Pressing <span class="gtitle">&ltCTRL&gt 3</span> will bring up the actions dialog with the local toolbar, popup and keyboard actions.</LI>
<LI>Pressing <span class="gtitle">&ltCTRL&gt 3</span> a second time will add in all the global actions. </LI>
<LI>Pressing <span class="gtitle">&ltCTRL&gt 3</span> a third time will add in the disabled actons as well.</LI>
<LI>Pressing <span class="gtitle">&lt;CTRL&gt; 3</span> will bring up the actions dialog with the local toolbar, popup and keyboard actions.</LI>
<LI>Pressing <span class="gtitle">&lt;CTRL&gt; 3</span> a second time will add in all the global actions. </LI>
<LI>Pressing <span class="gtitle">&lt;CTRL&gt; 3</span> a third time will add in the disabled actions as well.</LI>
<LI>The actions dialog was specifically designed to be easy to use without a mouse. Typing will filter the actions list and the
arrow keys allow you to select an action and enter will invoke the selected action </LI>
</UL>