Post by thomasmessi » 16 Jun 2020, 17:26
Boa noite amigo, sim meu teclado está perfeito.
Mas aproveitando a a ocasião gostaria de perguntar:
Como alternativa seguindo o mesmo raciocínio, percebi que um menu com tecla appskey pode ser a solução para o meu problema.
Tenho um menu apppskey assim:
Menu, MyMenu, Add, Item1, MenuHandler
Menu, MyMenu, Add, Item2, MenuHandler
Menu, MyMenu, Add ; Add a separator line.
; Create another menu destined to become a submenu of the above menu.
Menu, Submenu1, Add, Item4, MenuHandler
Menu, Submenu1, Add, Item5, MenuHandler
; Create a submenu in the first menu (a right-arrow indicator). When the user selects it, the second menu is displayed.
Menu, MyMenu, Add, Selecionar, :Submenu1
Menu, MyMenu, Add ; Add a separator line below the submenu.
Menu, MyMenu, Add, Item3, MenuHandler ; Add another menu item beneath the submenu.
return ; End of script's auto-execute section.
MenuHandler:
MsgBox You selected %A_ThisMenuItem% from the menu %A_ThisMenu%.
return
^m::Menu, MyMenu, Sho
w
Precisaria apenas que ao clicar em um ítem da lista ele fosse a coordenada mapeada do software que está na minha tela.
Por exemplo:
ítem 1: MouseClick, X450, 580
Item 2 MouseClick 330, 245
Sub menu MouseClick 560, 350
Isso é possível?
abraços.
Boa noite amigo, sim meu teclado está perfeito.
Mas aproveitando a a ocasião gostaria de perguntar:
Como alternativa seguindo o mesmo raciocínio, percebi que um menu com tecla appskey pode ser a solução para o meu problema.
Tenho um menu apppskey assim:
Menu, MyMenu, Add, Item1, MenuHandler
Menu, MyMenu, Add, Item2, MenuHandler
Menu, MyMenu, Add ; Add a separator line.
; Create another menu destined to become a submenu of the above menu.
Menu, Submenu1, Add, Item4, MenuHandler
Menu, Submenu1, Add, Item5, MenuHandler
; Create a submenu in the first menu (a right-arrow indicator). When the user selects it, the second menu is displayed.
Menu, MyMenu, Add, Selecionar, :Submenu1
Menu, MyMenu, Add ; Add a separator line below the submenu.
Menu, MyMenu, Add, Item3, MenuHandler ; Add another menu item beneath the submenu.
return ; End of script's auto-execute section.
MenuHandler:
MsgBox You selected %A_ThisMenuItem% from the menu %A_ThisMenu%.
return
^m::Menu, MyMenu, Sho
w
Precisaria apenas que ao clicar em um ítem da lista ele fosse a coordenada mapeada do software que está na minha tela.
Por exemplo:
ítem 1: MouseClick, X450, 580
Item 2 MouseClick 330, 245
Sub menu MouseClick 560, 350
Isso é possível?
abraços.