💾 Archived View for blitter.com › apl-books › APLX50 › APLX-manual › www.microapl.com › apl_help › c… captured on 2023-01-29 at 14:24:42.
⬅️ Previous capture (2022-07-17)
-=-=-=-=-=-=-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>The QuickSym pop-up</TITLE> <META NAME="DESCRIPTION" CONTENT="APL language help page: The QuickSym pop-up"> <META NAME="KEYWORDS" CONTENT="apl,aplx,apl help"> <!-- %%COMMON_HEAD%% --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <LINK rel="stylesheet" type="text/css" href="http://www.microapl.com/styles_apl_help.css"> <!-- %%END%%--> </HEAD> <body> <table> <tr> <td width="800" valign="top" colspan="2"> <center>Topic: <A HREF="ch.htm">APLX Help</A> : <A HREF="ch_000.htm">Getting Started with APLX</A> : <A HREF="ch_000_040.htm">The QuickSym pop-up</A> </center> <center> [ <A HREF="ch_000_030.htm">Previous</A> | <A HREF="ch_000_050.htm">Next</A> | <A HREF="ch.htm">Contents</A> | <A HREF="help_index.htm">Index</A> | <A HREF="http://www.microapl.co.uk/apl/index.html">APL Home</A> ]</center> <br></td> </tr> <tr> <td width="120"> <a href="http://www.microapl.co.uk/apl/index.html"><img height="68" border="0" width="119" src="MicroAPL_logo.gif" alt="www.microapl.co.uk"></a> </td> <td align="left" valign="bottom"> <h1>The QuickSym<sup><small>TM</small></sup> pop-up</h1> </td> </tr> <tr> <td width="800" valign="top" colspan="2"> <hr> <H2>Bringing up the QuickSym window</H2> <p>The QuickSym<sup><small>TM</small></sup> feature of APLX allows you to enter special APL symbols without using a special keyboard layout. By pressing a single key (the 'Menu' key in Windows, which is usually to the right of the space bar next to the Ctrl key, or a function key - by default F1 - under MacOS), you can bring up a panel which displays the APL symbols:</p> <center><img src="quicksym1.jpg" width="544" height="344" border="0"></center> <p>You can now enter one or more APL symbols by using the mouse to click on the corresponding image in the QuickSym pop-up window. To assist in selecting the character, hovering the mouse over a symbol brings up a brief description of what it does (if it has one-argument and two-argument forms which have different functions, these will be shown on separate lines).</p> <H2>Using the keyboard with the QuickSym window</H2> <p>The QuickSym window is designed so that it is there when you need it, but gets out of the way when you don't. Once you have displayed the QuickSym window, the keyboard behaves as follows:</p> <ul> <li><p>Any key which produces a printing character behaves as normal. This means that you can freely mix typing at the keyboard, and using the mouse to enter symbols from the QuickSym window. For example, with the line shown in the picture, the user has typed <code>xx</code> and then brought up the QuickSym window. By using the mouse to select the assignment arrow <code>←</code> (in the bottom left corner), and then typing 32, the line will read <code>xx←32</code></p> </li> <li><p>Pressing Enter (or Return) closes the QuickSym window. The keystroke is passed to the underlying window. Thus, in the above example, if the user now presses Enter, the QuickSym window will disappear, and the line of APL <code>xx←32</code> will be executed.</p></li> <li><p>Backspace and Delete act in the normal way, and do not close the QuickSym window. This means you can easily correct mistakes in the line you are entering.</p></li> <li><p>The cursor movement keys (Cursor Left, Cursor Right, Cursor Up, Cursor Down, Page Up, Page Down, and if appropriate Home and End) allow you to navigate around the QuickSym window by using the keyboard rather than the mouse. The currently-selected character will be highlighted in the display. Pressing Ctrl-Enter (Cmd-Enter on the Macintosh) inserts the currently-selected character in the line you are entering, without closing the QuickSym window.</p></li> <li><p>Pressing the Help key (F1 on Windows, Ctrl-H on Linux) brings up the APLX Help page for the selected character.</p></li> <li><p>The Escape key, or pressing the Menu or function key again, closes the QuickSym pop-up, without having any other effect.</p></li> <li><p>Any other key closes the QuickSym window, and is ignored.</p></li> </ul> <H2>The contextual menu</H2> <p>Right-clicking on a character in the QuickSym Window (or click-and-hold on the Macintosh) brings up a pop-up menu:</p> <center><img src="quicksym2.jpg" width="481" height="346" border="0"></center> <p>This offers the following options:</p> <ul> <li><p>'Help on symbol' brings up the APLX Help page for the selected symbol (this is the same as pressing F1 under Windows, or the Help key under MacOS, when you have selected a symbol with the cursor keys). If the symbol has more than one Help page, there will normally be a link on the page which appears. If the symbol does not have a Help page, this option will be disabled.</p></li> <li><p>'Copy symbol to clipboard' puts the selected character into the clipboard. This is useful if you just want to copy an APL character to another application.</p></li> <li><p>'Show symbol on keyboard' brings up the keyboard layout window, with the key on which the character appears highlighted. This is very useful if you are familiarising yourself with the APL keyboard layout, or are used to a different APL layout:</p></li> </ul> <center><img src="quicksym3.jpg" width="551" height="270" border="0"></center> <P><BR></P> <hr> </td> </tr> <tr> <td width="800" valign="top" colspan="2"> <center>Topic: <A HREF="ch.htm">APLX Help</A> : <A HREF="ch_000.htm">Getting Started with APLX</A> : <A HREF="ch_000_040.htm">The QuickSym pop-up</A> </center> <center> [ <A HREF="ch_000_030.htm">Previous</A> | <A HREF="ch_000_050.htm">Next</A> | <A HREF="ch.htm">Contents</A> | <A HREF="help_index.htm">Index</A> | <A HREF="http://www.microapl.co.uk/apl/index.html">APL Home</A> ]</center> <br></td> </tr> </table> <!-- %%COMMON_BODY_TAIL%% --> <p class="copyright">Copyright © 1996-2010 MicroAPL Ltd</p> <!-- %%END%% --> </body> </html>