> Actually, while I'm thinking about productivity, how can you
> define keyboard shortcuts? I'd really like to be able to
> switch between tools with a key stroke.  Similar to Illustrator
> or Photoshop: S for select, Z for zoom, P for input Polygon,
> etc. The mouse aerobics are hurting my wrist.
>
> cheers,

you need to edit the mapinfo.mnu file.

here is a ssection out of mine. i have defined alt-1 thru alt-6 to info,
label, select, marquis select, text, and pick text. i have defined alt-z
thru alt-v as symbol, pick symbol, draw polygon, pick polygon.

you can cut and paste the following code in place of the entire query
section of your mapinfo.mnu file to see how it works. make sure you back up
mapinfo.mnu before you edit it.

i find the alt key combinations good, because mapinfo has already used ctrl
key combinations. it is easy to hold the alt key with the left hand thumb
and press the various keys to change tools without moving the mouse. it
makes editing labels much quicker.

bob rogers
anderson, south carolina

'** QUERY menu *************************************************************
Create Menu "&Query" ID 3 As
  "Select button \tAlt+3/W@3"
  HelpMsg "Select Tool."
  Calling 1701,
  "info button \tAlt+1/W@1"
  HelpMsg "info Tool."
  Calling 1707,
  "label button \tAlt+2/W@2"
  HelpMsg "label Tool."
  Calling 1708,
  "marquee button \tAlt+4/W@4"
  HelpMsg "marquee select Tool."
  Calling 1722,
  "text tool \tAlt+5/W@5"
  HelpMsg "text Tool."
  Calling 1709,
  "text picker \tAlt+6/W@6"
  HelpMsg "text picker."
  Calling 504,
  "symbol \tAlt+z/W@z"
  HelpMsg "add symbol."
  Calling 1711,
  "pick symbol button \tAlt+x/W@x"
  HelpMsg "pick symbol"
  Calling 503,
  "polygon \tAlt+c/W@c"
  HelpMsg "draw polygon tool."
  Calling 1714,
  "pick fill \tAlt+v/W@v"
  HelpMsg "pick fill."
  calling 502,
  "(-",
  "&Select..."
   HelpMsg "Create a selection by querying tables."
   calling 301,
  "S&QL Select..."
   HelpMsg "Create a selection by querying tables using SQL."
   calling 302,
  "Select &All"
   HelpMsg "Select all objects/rows from a Map/Layout window or Browser."
   calling 303,
  "&Unselect All"
   HelpMsg "Deselect all selected objects/rows from a Map/Layout window or
Browser."
    calling 304,
  "(-",
  "&Find...\tCtrl+F/W^F/Mf/XCtrl+f"
   HelpMsg "Locate and mark individual objects or addresses."
   calling 305,
  "Fin&d Selection"
   HelpMsg "Select an item/row and find the selection in all windows."
   calling 306,
  "(-",
  "&Calculate Statistics..."
   HelpMsg "Perform calculations on a column in a table or selection."
   calling 309

'** MAINTENANCE submenu ****************************************************

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to