Page 1 of 3

Te at end

Posted: Jun 19th, ’19, 14:15
by davidp
I have created te(text expander) strings to open pics with xlideit image viewer but sometimes it open's minimized,how to always open it maximized

Te at end

Posted: Jun 19th, ’19, 14:48
by davidp
1.Add a shortcut for new in te module
2.to ok in the te window
https://ibb.co/Xkvbh4j

3.move things in te module to up/down by one level and to move things in te module to top/bottom
https://i.ibb.co/7QXrWPY/fk2.jpg

Te at end

Posted: Jun 19th, ’19, 14:53
by davidp
Whenever a new te string is created it's always added somewhere in between,add it to the end

Te at end

Posted: Jun 20th, ’19, 16:40
by davidp
Te strings to open sites,shutdown,restart,sleep doesn't work sometimes.Doesn't work for xyplorer,dextronet sites.

Re: Te at end

Posted: Jun 20th, ’19, 21:00
by Marko
This issue reports are not very helpful, you should try to specify reproducible steps that we can recreate the issue on our system.

Also, I'm not sure I understand all described issues/requests. ;)

Re: Te at end

Posted: Jun 22nd, ’19, 10:28
by davidp
Pls first make the above 4 posts into seperate topics bcoz it will be difficult to answer and repro

Re: Te at end

Posted: Jul 4th, ’19, 15:27
by Marko
davidp wrote: Jun 19th, ’19, 14:15 I have created te(text expander) strings to open pics with xlideit image viewer but sometimes it open's minimized,how to always open it maximized

Code: Select all

Run, MySoftware.exe,, Max
https://www.autohotkey.com/docs/commands/Run.htm
davidp wrote: Jun 19th, ’19, 14:48 3.move things in te module to up/down by one level and to move things in te module to top/bottom
You can select multiple items and drag and drop them.
davidp wrote: Jun 19th, ’19, 14:53 Whenever a new te string is created it's always added somewhere in between,add it to the end
New item is created at the bottom of the list or above the selected item. Click on the empty space below items to ensure the item is added to the bottom.
davidp wrote: Jun 20th, ’19, 16:40 Te strings to open sites,shutdown,restart,sleep doesn't work sometimes.Doesn't work for xyplorer,dextronet sites.
Please show the example which doesn't work.

Re: Te at end

Posted: Jul 4th, ’19, 17:27
by davidp
davidp wrote: Jun 19th, ’19, 14:48 3.move things in te module to up/down by one level and to move things in te module to top/bottom
You can select multiple items and drag and drop them.[/quote]

But that's done by mouse which is difficult many times to do with,add a kb shortcut

For opening maximized i tried like this but didn't work(read ur link)
In the substitute field i type - Run, Xlideit.exe D:\g\c1.jpg[,, Max
Pls correct it

Re: Te at end

Posted: Jul 11th, ’19, 06:37
by Marko

Code: Select all

Run, Xlideit.exe D:\g\c1.jpg,, Max

Re: Te at end

Posted: Jul 11th, ’19, 19:14
by Marko
... or use quotes in case of spaces in the path:

Code: Select all

Run, Xlideit.exe "D:\g\corinna\real beauty\c1.jpg",, max