# One can reset actions 9700 to 9799 to point to _other_ actions,  plus a
# text string.  Sort of a poor man's macro language.  Two examples:

9700 2595 startup.mar
9701 2595 factory.mar

# ...will remap actions 9700 and 9701 to action 2595 ('load a mark',
# specifically, 'startup' and 'factory').  If you look in 'toolbar.dat',
# you'll see that actions 9700 and 9701 are listed therein;  so you can set
# toolbar buttons and/or hotkeys to access these options.

#    The following examples are just to show how this sort of action
# remapping works;  you'll probably replace them with your own examples,
# and/or add more going up to 9799.  Only the above two have entries in
# 'toolbar.dat'.  If you set up your own action remaps,  you'll want to
# revise 'toolbar.dat' to enable them,  probably copying what's already
# been done for action codes 9700 and 9701.  ('toolbar.dat' contains
# documentation on its own use,  and how to specify what bitmap gets
# used for a given action.) You may also want to edit 'legend.dat' so
# that the actions can be accessed via mouse clicks in the legend area.

# Note that you can do multiple actions using multiple lines.  For example:

9702 2037 1 jan 2010 0:0
9702 2019 Pluto

# ...would remap action 9702 to "reset time to 1 January 2010,  midnight,
# and recenter on Pluto".
#     For a listing of all action codes (such as 2037 and many more),  see
# 'toolbar.dat'.  Another example:

9703 2037 03:14:15.9

#... will cause action 9703 to remap to 2037 ('set time'),  setting Guide's
# current time to 03:14:15.9.  (Which could also be times such as
# '1776 jul 4' or 'jd2450000.5' or 'fri' and so forth;  almost anything
# human-readable will be understood.)

9704 2019 Vesta

#...will remap action 9704 to action 2019 ('go to object' from a generic
# name,  in this case,  Vesta.  But could be things such as 'Venus' or
# 'Regulus' or 'NGC 3141'.)
#     Having done this,  you'll need to edit 'toolbar.dat' to add your new
# actions.  You can then have them show up in Settings... Toolbar,  and can
# set hotkeys for them.

9705 2019 031415.9,+265358

# ...will remap action 9703 to action 2020 ('go to object',  but in this case,
# coordinates 03h 14m 15.9s,  dec +26 53' 58".)

# POSSIBLY IMPORTANT RESTRICTION:  You can't remap one 9700-9799 action into
# another 9700-9799 one;  it has to be outside that range.  I can't really see
# a reason you'd want to do this,  but be warned:  you can't.
