Not able to send hotkeys - INSERT+SPACE using Send hotkey and TypeInto

Hi Team,

We are trying to send INSERT+SPACE key from UiPath and there is a tool JAWS running in the background which identifies the key pressed and gives sound if successful. We tried sending these keys using below scenarios but JAWS is not able to identify the keys when sent by UiPath but working manually:

  1. Send Hotkey Activity with key: ins+ (a space at the end and Special key disabled)
  2. Send Hotkey Activity with key: [k(ins)] (a space at the end and Special key disabled)
  3. Send Hotkey Activity with key: [k(ins)] + " " (Space in between quotes and Special key disabled)
  4. Send Hotkey Activity with key: "[k(ins)] " (a space at the end and Special key disabled)
  5. Above scenarios with Ctrl Modifier enabled
  6. Send Hotkey using Type into Activity like : “[k(ins)] ” (a space at the end)
  7. Send Hotkey using Type into Activity like : “[d(ins)] [u(ins)]” (a space in between)
  8. Send Hotkey using Type into Activity like : “[d(ins)]” + “ “ + “[u(ins)]”
  9. Send Hotkey using Type into Activity like : [k(ins)][k(ctrl)] (a space at the end)
  10. Send Hotkey using Type into Activity like : [d(ins)][d(ctrl)] [u(ctrl)][u(ins)]
  11. Send Hotkey using Type into Activity like : “[d(ins)]” + “[d(ctrl)]” + “ “ + “[u(ctrl)]” + “[u(ins)]”
  12. We also tried with Wait for Ready - Interactive/Complete
  13. We also tried with Send Windows set to True

Thanks,
Sumit Tyagi

HI

Welcome to UiPath forum

We can try in either way by change the key combinations in the application if possible
and use the same with send HotKey activity

Cheers @sumit.tyagi