autokeys with terminal

K

koby

I'm using auto keys in my access application.
Like ctrl+A or ctrl+b or ctrl+c etc
In local computers it's works fine,
But when I'm using terminal it doesn't work
What is the problem?
Thanks in advance
koby
 
O

Ofer

I knew of one reason why that can happen.
The computer you develope with, the Language interface set to english, so it
has no problem recognizing the AutoKeys, becuase it in the same language.
But it could be that the user interace set to another language, in that case
it doesnt recognise the Autokes, you need to give it the name in the language
you working with.
 
Top