AutoKeys macro and send keys syntax

  • Thread starter Thread starter Piers 2k
  • Start date Start date
P

Piers 2k

Hi folks,

Creating autokeys macro for global key assignments.

Can create Ctrl + P by entering ^p in name column - OK.
Can create Shft + L by entering +l as well - OK.

The manual I've got also says that the % symbol can be used for the Alt key
on the keyboard (such as Alt + a - %a), although when I try it I get a
syntax error. Access help doesn't mention anything about the Alt key.

Anyone come across this?

Thankx in advance,

Piers
 
Piers,

Alt is not an available option for any SendKeys key combination.
 
That's what I was thinking, thankx.

Piers

| Piers,
|
| Alt is not an available option for any SendKeys key combination.
|
| --
| Steve Schapel, Microsoft Access MVP
|
|
| Piers 2k wrote:
| > Hi folks,
| >
| > Creating autokeys macro for global key assignments.
| >
| > Can create Ctrl + P by entering ^p in name column - OK.
| > Can create Shft + L by entering +l as well - OK.
| >
| > The manual I've got also says that the % symbol can be used for the Alt
key
| > on the keyboard (such as Alt + a - %a), although when I try it I get a
| > syntax error. Access help doesn't mention anything about the Alt key.
| >
| > Anyone come across this?
| >
| > Thankx in advance,
| >
| > Piers
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top