En la programacion vb de la ventana de ventas tengo algunos sendKeys como ejemplo: sendKeys "^{l}" que representa el Ctrl + L
pero esto no funciona en windows 10.
Como puedo resolver esto?
VB programming in the sales window I have some Sendkeys as an example: SendKeys "^ { l } " that represents the Ctrl + L
but this does not work in Windows 10.