Search found 1719 matches

by Marko
Nov 20th, ’15, 16:43
Forum: Suggestions
Topic: Menu Dock
Replies: 6
Views: 3507

Re: Menu Dock

thanks, now I see, you are right! I will allow this in the next version release.
by Marko
Nov 20th, ’15, 00:27
Forum: General Discussion
Topic: Cant create shortcut or command
Replies: 5
Views: 2229

Re: Cant create shortcut or command

It works for me (new desktop):
by Marko
Nov 19th, ’15, 23:17
Forum: Suggestions
Topic: Menu Dock
Replies: 6
Views: 3507

Re: Menu Dock

As said, this exact behavior can be set under Preferences/Start Menu.
by Marko
Nov 19th, ’15, 21:31
Forum: Suggestions
Topic: Menu Dock
Replies: 6
Views: 3507

Re: Menu Dock

Not sure what you mean, Start Menu behavior can be defined under Preferences/Start Menu (and More for other menus). ;)
by Marko
Nov 19th, ’15, 16:09
Forum: General Discussion
Topic: Error code
Replies: 2
Views: 1557

Re: Error code

Could you post the command that is causing the issue?

You can also send Settings.fdb file (or the one being used on computer where it does not work) to our mail address to see what might be wrong.
by Marko
Nov 19th, ’15, 11:24
Forum: General Discussion
Topic: Cant create shortcut or command
Replies: 5
Views: 2229

Re: Cant create shortcut or command

You are using Type: Script which is for running external script files. You should change Type to Send as you are sending keystrokes.

Shortcut: Ctrl + Left
Type: Send
Command:

Code: Select all

^#d
by Marko
Nov 18th, ’15, 23:49
Forum: Suggestions
Topic: Tray for Text Expander
Replies: 6
Views: 3448

Re: Tray for Text Expander

Aim d, winid p are not valid names (there should be no spaces or special characters) - select Macros/Insert Another Command and then select your text expander item from the list.
by Marko
Nov 18th, ’15, 20:38
Forum: General Discussion
Topic: Sandboxed browser and opening sites in multiple tabs
Replies: 3
Views: 2151

Re: Sandboxed browser and opening sites in multiple tabs

Would this help?

run Firefox.exe -new-tab "www.google.com"
by Marko
Nov 18th, ’15, 20:13
Forum: Suggestions
Topic: Tray for Text Expander
Replies: 6
Views: 3448

Re: Tray for Text Expander

You can also make Start Menu items to send text. And you can use multiple substitutes (with / separator in the beginning of the line).

Code: Select all

ABC
/DEF
/GHI
by Marko
Nov 18th, ’15, 19:21
Forum: Suggestions
Topic: Tray for Text Expander
Replies: 6
Views: 3448

Re: Tray for Text Expander

If I understand properly you need "Insert Another Command" macro. Try to play with it and see if this is what you want.