Te at end

Suggestions, feature requests and bug reports.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » 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
Last edited by davidp on Jul 3rd, ’19, 07:39, edited 1 time in total.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Jun 19th, ’19, 14:48

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
Last edited by davidp on Jul 3rd, ’19, 08:19, edited 5 times in total.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Jun 19th, ’19, 14:53

Whenever a new te string is created it's always added somewhere in between,add it to the end
Last edited by davidp on Jul 3rd, ’19, 08:01, edited 1 time in total.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Jun 20th, ’19, 16:40

Te strings to open sites,shutdown,restart,sleep doesn't work sometimes.Doesn't work for xyplorer,dextronet sites.
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 20th, ’19, 21:00

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. ;)
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Jun 22nd, ’19, 10:28

Pls first make the above 4 posts into seperate topics bcoz it will be difficult to answer and repro
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jul 4th, ’19, 15:27

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.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Jul 4th, ’19, 17:27

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
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jul 11th, ’19, 06:37

Code: Select all

Run, Xlideit.exe D:\g\c1.jpg,, Max
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jul 11th, ’19, 19:14

... or use quotes in case of spaces in the path:

Code: Select all

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