Key press issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the ms switchboard to run an application. Not only using the the
buttons to select an option I would also like users to be able to press a
particular key (precisely ALT and a key (maybe f2 up to f12) and then once
this key selection is pressed, it performs an activity, maybe open a form
etc). I think i need code to do this, that is not an issue. however not
sure how to start.
or where to find the ascii codes for the sequences i need
 
Create a macro named AutoKeys

Use the macro name column (View menu if you don't see it in macro design).
Enter things like:
{F2}
 
Back
Top