How to send Alt+Numpad keys in AutoIt or VBScript



An answer for this for either VBscript or AutoIt would be fine.

How do I do Send key in AutoIt for Alt+NumXXXX?

For example, using AutoIt, I want to send the keystrokes Alt+Num0146 (the
smart apostrophe) and I try this, but it's not working:

Send ("!{NUMPAD0}{NUMPAD1}{NUMPAD4}{NUMPAD6}")


.



Relevant Pages

  • Re: Enter network password dialog
    ... I have downloaded and installed the AutoIt program and have the following ... > AutoItwindow handling defaults to match the start of a window title that ...
    (microsoft.public.scripting.vbscript)
  • RE: refresh desktop
    ... I have only ever done this using VBScript and an ActiveX control called AutoIT... ... Once registered the following script can be used to refresh the desktop... ... Dim oAutoIT ...
    (microsoft.public.win2000.registry)
  • Re: Sending keystrokes to an application running on Citrix ICA Client
    ... Take a look at the Beta DLL for AutoIt and incorporate this in your ... SendKeys. ... >> Now, this works if Excel is running under Citrix, but if Excel is ... >> enter the keystrokes on the keyboard under the same circumstances the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Scripting SAP GUI (Windows)
    ... but many good tools, for identify windows, process, send keystrokes, emulate mouse, etc. ... Good trick: Autoit-X is a COM server, with the most importants functions of Autoit; and Autoit-X can be driven from Python+PyWin32. ...
    (comp.lang.python)