Log in

View Full Version : you cant write punctum with keydown ?



tom992
08-30-2010, 11:08 AM
Can you use html, unicode, char on keydown ? is there someway to do this: keydown(char('.')); why is there no such command to type directly char with keydown ? keydown(64) witch is supose to write full stop dont work, i know you can use sendkeys but with keydown how are you supose to write full stop ?

ok i figured you can use KeyDown(GetKeyCode('.'))

However dont work with appa keydown what you use instead ?