Search found 1730 matches

by Marko
Aug 1st, ’18, 12:19
Forum: General Discussion
Topic: How to combine a Script WITH RichText
Replies: 4
Views: 2198

Re: How to combine a Script WITH RichText

Hi Chuck, there are two ways. Both examples below would - run Word, - wait for 2 seconds, - write some text (Dear...), - run rich text example (rte from Text Expander) - move cursor 18 words back (Ctrl-Left 18 times) 1. By using "Insert other item macro". Type: Send %INSERT_M_Word%{2000}De...
by Marko
Jul 30th, ’18, 21:22
Forum: General Discussion
Topic: Get information from excel file
Replies: 1
Views: 1641

Re: Get information from excel file

It is certainly possible to achieve this but would require programming and more detailed analysis. Please contact our support mail for further discussion.
by Marko
Jul 30th, ’18, 20:25
Forum: General Discussion
Topic: Run a program with parameters
Replies: 4
Views: 2520

Re: Run a program with parameters

I was able to run it like this (Type: Run, change the exact path):
D:\Portable Apps\highlight-3.44-x64\highlight-gui.exe --portable, D:\Portable Apps\highlight-3.44-x64
by Marko
Jul 30th, ’18, 19:52
Forum: User Commands and Scripts
Topic: Meta-searching with 1 keyword
Replies: 5
Views: 34118

Re: Meta-searching with 1 keyword

Nice challenge. Please add search entries for other sites and post the complete script here :D Type: Command InputBox, Input, Meta search, Prefixes: g`, shop`, tools, , 300, 120 DivPos:=InStr(Input, " ") Prefix:=SubStr(Input, 1, DivPos-1) SearchText:=SubStr(Input, DivPos+1) StringReplace, ...
by Marko
Jul 29th, ’18, 20:18
Forum: General Discussion
Topic: Run a program with parameters
Replies: 4
Views: 2520

Re: Run a program with parameters

Try
"F:\Portable Apps\highlight 3.43 x64\highlight-gui.exe --portable"

or (Type: Command)
Run, "F:\Portable Apps\highlight 3.43 x64\highlight-gui.exe --portable"
by Marko
Jul 27th, ’18, 18:09
Forum: General Discussion
Topic: Start with unchecked checkboxes
Replies: 5
Views: 2488

Re: Start with unchecked checkboxes

Ok, the first checkbox is active by default. Should this be changed to none?
Looking forward to opinions...
by Marko
Jul 25th, ’18, 22:01
Forum: General Discussion
Topic: Start with unchecked checkboxes
Replies: 5
Views: 2488

Re: Start with unchecked checkboxes

Checkboxes in selections are unchecked by default.
by Marko
Jul 24th, ’18, 07:26
Forum: Suggestions
Topic: Anchor input window to center of primary display multiple monitors
Replies: 2
Views: 2553

Re: Anchor input window to center of primary display multiple monitors

Ok, we will try to improve this in the next release.
Thanks for mentioning.
by Marko
Jul 20th, ’18, 19:00
Forum: General Discussion
Topic: Divider in multiple lines for textexpander?
Replies: 1
Views: 1629

Re: Divider in multiple lines for textexpander?

You can use tabs to organize your snippets. Or you could make a dummy command with the divider description.
by Marko
Jul 20th, ’18, 18:54
Forum: General Discussion
Topic: Horizontal Scrolling with RMouse+Wheel
Replies: 6
Views: 3104

Re: Horizontal Scrolling with RMouse+Wheel

I tested again on Win10 and Win7 and it works for me - holding right mouse button while scrolling a wheel gives me a horizontal scroll. You can disable normal right click by omitting a "~" character in the shortcut.