I want to make a specific window (previously sent to back) to become the active window.
I searched the howtos section but the string "active window" did not show any results as those wordsso i thought that i should ask.
I found just this "lmc_get_window_title()" but no idea how to use it.
Basically i should be trying to set the active by its title. As I have very basic knowledge with "lua macros" and i can barely do this.
Any help with this structure would be much appreciated.
Code: Select all
elseif (button == 9 and direction ==0) then
lmc_set_active("Windowed Projector(Scene)")
searched "active window" and without quotes
always same
0 results.
ps2:"lmc_send_keys('#{1}', 50)" works for now, as it does win+1 which is making the window appear but it also hides it when it is already active in ym specific case may happen as i use it with some other function.i wish i could get a specific window's title of that program and just show it instead...