Jump to content

schtebo

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by schtebo

  1. i tried Send("{ALTDOWN}!{ASC 129}{ALTUP}") or is this wrong?
  2. thank you for your reply your tip works, but as you already mentioned the "alt" button is ignored. any idea to get the "alt" button working?
  3. edit: Send("hanzz" & Chr(252)) reply: hanzzü so this works but sending the ctrl + ü key doesnt work i tried following Send("{ALTDOWN}" & Chr(252) & "{ALTUP}")
  4. Hi, thank you for your reply but it doesnt work I tried: Send("{ALTDOWN}Chr(252){ALTUP}") But the Program accepts the Input not. it returns als Chr(252) C
  5. hey community, for a program i have to send the following keys: strg + ü like in outlook you can create a new email by the following keys: str + n could you please help me to sends the special character ü
×
×
  • Create New...